Manager class Manager (
static mixed push(string $job, mixed $data = '', string $queue = null, string $connection = null)
bool forget(mixed $id) Delete a single failed job from storage.
mixed pushOn(string $queue, string $job, mixed $data = '') Push a new job
Database getRedisQueue()
int callSilent(string $command, array $arguments = array()) Call another
void fire() Execute the console command.
string getRawBody() Get the raw body string for the job.
mixed push(string $job, mixed $data = '', string $queue = null) Push a
Page 2 of 65