AuthServiceProvider
  • References/PHP/Laravel/Foundation/Support/Providers

AuthServiceProvider class AuthServiceProvider extends

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

static void created(Closure|string $callback, int $priority)

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

void addHidden(array|string|null $attributes = null) Add hidden attributes

2025-01-10 15:47:30
Foundation\Bootstrap
  • References/PHP/Laravel/Foundation

Illuminate\Foundation\Bootstrap Classes

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

bool hasFile(string $key) Determine if the uploaded data contains a file

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

$this expectsEvents(array|string $events) Specify a list of events that

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

array options() Get all of the options passed to the command.

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

void register() Register the service provider.

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
PolicyMakeCommand::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