StatefulGuard::user()
  • References/PHP/Laravel/Contracts/Auth

Authenticatable|null user()

2025-01-10 15:47:30
CanResetPassword::sendPasswordResetNotification()
  • References/PHP/Laravel/Contracts/Auth

void sendPasswordResetNotification(string $token) Send the password reset

2025-01-10 15:47:30
Pipeline::then()
  • References/PHP/Laravel/Contracts/Pipeline

mixed then(Closure $destination)

2025-01-10 15:47:30
QueueingDispatcher::dispatchToQueue()
  • References/PHP/Laravel/Contracts/Bus

mixed dispatchToQueue(mixed $command) Dispatch a command to its appropriate

2025-01-10 15:47:30
Job::attempts()
  • References/PHP/Laravel/Contracts/Queue

int attempts() Get the number of times the job has been attempted.

2025-01-10 15:47:30
Filesystem::allFiles()
  • References/PHP/Laravel/Contracts/Filesystem

array allFiles(string|null $directory = null) Get all of the files from

2025-01-10 15:47:30
Queue::laterOn()
  • References/PHP/Laravel/Contracts/Queue

mixed laterOn(string $queue, DateTime|int $delay, string $job, mixed $data = '')

2025-01-10 15:47:30
Encrypter::decrypt()
  • References/PHP/Laravel/Contracts/Encryption

string decrypt(string $payload) Decrypt the given value.

2025-01-10 15:47:30
Factory::make()
  • References/PHP/Laravel/Contracts/Cookie

Cookie make(string $name, string $value, int $minutes, string $path = null, string $domain = null, bool $secure = false, bool $httpOnly = true)

2025-01-10 15:47:30
Authenticatable
  • References/PHP/Laravel/Contracts/Auth

Authenticatable interface Authenticatable (

2025-01-10 15:47:30