BootableProviderInterface
interface BootableProviderInterface
Interface for bootable service providers.
Methods
Details
at line 32
boot(Application $app)
Bootstraps the application.
This method is called after all services are registered and should be used for "dynamic" configuration (whenever a service must be requested).