Application::configurationIsCached()
  • References/PHP/Laravel/Foundation

bool configurationIsCached() Determine if the application configuration

2025-01-10 15:47:30
ConfigPublisher::publish()
  • References/PHP/Laravel/Foundation

bool publish(string $package, string $source) Publish configuration files

2025-01-10 15:47:30
Kernel::prependMiddleware()
  • References/PHP/Laravel/Foundation/Http

$this prependMiddleware(string $middleware) Add a new middleware to beginning

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

bool isDeferredService(string $service) Determine if the given service

2025-01-10 15:47:30
AssetPublishCommand::argument()
  • References/PHP/Laravel/Foundation/Console

string|array argument(string $key = null) Get the value of a command argument

2025-01-10 15:47:30
ModelMakeCommand::option()
  • References/PHP/Laravel/Foundation/Console

string|array option(string $key = null) Get the value of a command option

2025-01-10 15:47:30
HandleExceptions::handleError()
  • References/PHP/Laravel/Foundation/Bootstrap

void handleError(int $level, string $message, string $file = '', int $line, array $context = array())

2025-01-10 15:47:30
User::hasCast()
  • References/PHP/Laravel/Foundation/Auth

bool hasCast(string $key, array|string|null $types = null) Determine whether

2025-01-10 15:47:30
MakesHttpRequests::putJson()
  • References/PHP/Laravel/Foundation/Testing/Concerns

$this putJson(string $uri, array $data = array(), array $headers = array())

2025-01-10 15:47:30
ValidatesRequests::validateWith()
  • References/PHP/Laravel/Foundation/Validation

void validateWith(Validator|array $validator

2025-01-10 15:47:30