Application::boot()
  • References/PHP/Laravel/Contracts/Foundation

void boot() Boot the application's service providers.

2025-01-10 15:47:30
Application::when()
  • References/PHP/Laravel/Contracts/Foundation

ContextualBindingBuilder

2025-01-10 15:47:30
Application::tag()
  • References/PHP/Laravel/Contracts/Foundation

void tag(array|string $abstracts, array|mixed $tags) Assign a set of tags

2025-01-10 15:47:30
Application::registerDeferredProvider()
  • References/PHP/Laravel/Contracts/Foundation

void registerDeferredProvider(string $provider, string $service = null) Register

2025-01-10 15:47:30
Application::alias()
  • References/PHP/Laravel/Contracts/Foundation

void alias(string $abstract, string $alias) Alias a type to a different

2025-01-10 15:47:30
Application::resolved()
  • References/PHP/Laravel/Contracts/Foundation

bool resolved(string $abstract) Determine if the given abstract type has

2025-01-10 15:47:30
Application::tagged()
  • References/PHP/Laravel/Contracts/Foundation

array tagged(array $tag) Resolve all of the bindings for a given tag.

2025-01-10 15:47:30
Application::call()
  • References/PHP/Laravel/Contracts/Foundation

mixed call(callable|string $callback, array $parameters = array(), string|null $defaultMethod = null)

2025-01-10 15:47:30
Application::resolving()
  • References/PHP/Laravel/Contracts/Foundation

void resolving(string $abstract, Closure $callback = null)

2025-01-10 15:47:30
Application::basePath()
  • References/PHP/Laravel/Contracts/Foundation

string basePath() Get the base path of the Laravel installation.

2025-01-10 15:47:30