ConsoleServiceProvider::commands()
  • References/PHP/Laravel/Queue

void commands(array|mixed $commands) Register the package's custom Artisan

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

string|array option(string $key = null) Get the value of a command option

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

bool confirm(string $question, bool $default = false) Confirm a question

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

mixed pushRaw(string $payload, string $queue = null, array $options = array())

2025-01-10 15:47:30
ListenCommand::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
DatabaseQueue::pushRaw()
  • References/PHP/Laravel/Queue

mixed pushRaw(string $payload, string $queue = null, array $options = array())

2025-01-10 15:47:30
DatabaseJob::__construct()
  • References/PHP/Laravel/Queue/Jobs

void __construct(Container $container,

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

static string release() Get the Lua script for releasing reserved

2025-01-10 15:47:30
SubscribeCommand deprecated::comment()
  • References/PHP/Laravel/Queue/Console

void comment(string $string) Write a string as comment output.

2025-01-10 15:47:30
NullFailedJobProvider::flush()
  • References/PHP/Laravel/Queue/Failed

void flush() Flush all of the failed jobs from storage.

2025-01-10 15:47:30