\Evaluation\ProvidersAppServiceProvider

Summary

Methods
Properties
Constants
boot()
register()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

boot()

boot() : void

Bootstrap any application services.

register()

register() : void

Register any application services.

This service provider is a great spot to register your various container bindings with the application. As you can see, we are registering our "Registrar" implementation here. You can add your own bindings too!