VarDumperServiceProvider
class VarDumperServiceProvider implements ServiceProviderInterface, BootableProviderInterface
Symfony Var Dumper component Provider.
Methods
register(Container $app)
No description
Details
at line 29
register(Container $app)
at line 42
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).