void bootstrapWith(array $bootstrappers) Run the given array of bootstrap classes. Parameters array $bootstrappers Return Value void
string bootstrapPath() Get the path to the bootstrap directory. Return Value string
void booting(mixed $callback) Register a new boot listener. Parameters mixed $callback Return Value void
void booted(mixed $callback) Register a new "booted" listener. Parameters mixed $callback Return Value void
void boot() Boot the application's service providers. Return Value void
void bindIf(string $abstract, Closure|string|null $concrete = null, bool $shared = false) Register a binding if it hasn't already been registered. Parameters string $abstract Closure|string|null $concrete bool $shared Return Value void
Page 984 of 996