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

void registerConfiguredProviders() Register all of the configured providers

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

void booted(mixed $callback) Register a new "booted" listener.

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

void booting(mixed $callback) Register a new boot listener.

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

string getCachedServicesPath() Get the path to the cached services.php

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

void singleton(string|array $abstract, Closure|string|null $concrete = null)

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

mixed make(string $abstract, array $parameters = array()) Resolve the given

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

ContextualBindingBuilder

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

void bindIf(string $abstract, Closure|string|null $concrete = null, bool $shared = false)

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

void extend(string $abstract, Closure $closure)

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