RedisJob::attempts()
  • References/PHP/Laravel/Queue/Jobs

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

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
DatabaseReminderRepository::createNewToken()
  • References/PHP/Laravel/Auth/Reminders

string createNewToken(RemindableInterface

2025-01-10 15:47:30
ClearCommand::handle()
  • References/PHP/Laravel/Cache/Console

void handle() Execute the console command.

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

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

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

array tagged(array $tag) Resolve all of the bindings for a given tag.

2025-01-10 15:47:30
JoinClause::count()
  • References/PHP/Laravel/Database/Query

int count(string $columns = '*') Retrieve the "count" result of the query

2025-01-10 15:47:30
Handler::__construct()
  • References/PHP/Laravel/Foundation/Exceptions

void __construct(Container $container)

2025-01-10 15:47:30
Str::words()
  • References/PHP/Laravel/Support

static string words(string $value, int $words = 100, string $end = '...')

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

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

2025-01-10 15:47:30