Bootstrapper
in
Interface Bootstrapper
Table of Contents
- boot() : void
- Application bootstrapping.
Methods
boot()
Application bootstrapping.
public
boot(Application $application) : void
The kernel expects exactly one bootstrapper. Usually, this bootstrapper is composed of several other bootstrapper.
Bootstrapper prepare parts of the application, for example they are responsible to register service providers, but they also load environment information and make them available in the application.
Parameters
- $application : Application