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

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

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::getCachedCompilePath()
  • References/PHP/Laravel/Contracts/Foundation

string getCachedCompilePath() Get the path to the cached "compiled.php"

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

ContextualBindingBuilder

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
Application::bound()
  • References/PHP/Laravel/Contracts/Foundation

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

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::afterResolving()
  • References/PHP/Laravel/Contracts/Foundation

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

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