NotificationMakeCommand::hasOption()
  • References/PHP/Laravel/Foundation/Console

bool hasOption(string $name) Determine if the given option is present.

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

string path() Get the current path info for the request.

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

array getBindings() Get the container's bindings.

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

string|null prefers(string|array $contentTypes) Return the most suitable

2025-01-10 15:47:30
FoundationServiceProvider::__call()
  • References/PHP/Laravel/Foundation/Providers

mixed __call(string $method, array $parameters) Dynamically handle missing

2025-01-10 15:47:30
ConsoleMakeCommand::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
TailCommand::setLaravel()
  • References/PHP/Laravel/Foundation/Console

void setLaravel(Application $laravel)

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

bool cant(string $ability, array|mixed $arguments = array()) Determine

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

bool acceptsJson() Determines whether a request accepts JSON.

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

static void clearBootedModels() Clear the list of booted models

2025-01-10 15:47:30