Job::failed()

void failed(Throwable $e) Call the failed method on the job instance. Parameters Throwable $e Return Value void

Job::delete()

void delete() Delete the job from the queue. Return Value void

Job::delete()

void delete() Delete the job from the queue. Return Value void

Job::attempts()

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

Job::attempts()

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

Job

Job class Job (View source) Methods int attempts() Get the number of times the job has been attempted. string getRawBody() Get the raw body string for the job. void fire() Fire the job. void delete() Delete the job from the queue. bool isDeleted() Determine if the job has been deleted. void release(int $delay) Release the job back into the queue. bool isReleased() Determine if the job was released back into the queue. bool isDeletedOrReleased() Determine

Job

Job interface Job (View source) Methods void fire() Fire the job. void delete() Delete the job from the queue. bool isDeleted() Determine if the job has been deleted. void release(int $delay) Release the job back into the queue. bool isDeletedOrReleased() Determine if the job has been deleted or released. int attempts() Get the number of times the job has been attempted. string getName() Get the name of the queued job class. string resolveName() Get the

JavaScript & CSS

JavaScript & CSS Introduction Writing CSS Writing JavaScript Writing Vue Components Introduction While Laravel does not dictate which JavaScript or CSS pre-processors you use, it does provide a basic starting point using Bootstrap and Vue that will be helpful for many applications. By default, Laravel uses NPM to install both of these frontend packages. CSS Laravel Elixir provides a clean, expressive API over compiling SASS or Less, which are extensions of plain CSS that add variables,

IsSelected::__construct()

void __construct(string $selector, mixed $value) Create a new constraint instance. Parameters string $selector mixed $value Return Value void

IsSelected::toString()

string toString() Get a string representation of the object. Placeholder method to avoid forcing definition of this method. Return Value string