FormRequest::setUserResolver()
  • References/PHP/Laravel/Foundation/Http

$this setUserResolver(Closure $callback)

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

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

2025-01-10 15:47:30
EventServiceProvider::listens()
  • References/PHP/Laravel/Foundation/Support/Providers

array listens() Get the events and handlers.

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

bool|null fire() Execute the console command.

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

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

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

static mixed unguarded(callable $callback) Run the given callable

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

void __construct(Filesystem $files)

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

static bool hasMacro(string $name) Checks if macro is registered

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

$this assertViewHas(string|array $key, mixed $value = null) Assert that

2025-01-10 15:47:30