User::observe()
  • References/PHP/Laravel/Foundation/Auth

static void observe(object|string $class, int $priority) Register

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

array getObservableEvents() Get the observable event names.

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

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

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

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

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

void error(string $string, null|int|string $verbosity = null) Write a string

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

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)

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

string fullUrlWithQuery(array $query) Get the full URL for the request

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

mixed __call(string $method, array $parameters) Handle dynamic method calls

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

void table(array $headers, Arrayable|array $rows,

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

Response action(string $method, string $action, array $wildcards = array(), array

2025-01-10 15:47:30