Storage::getFacadeApplication()

static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application

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

User::setEventDispatcher()

static void setEventDispatcher(Dispatcher $dispatcher) Set the event dispatcher instance. Parameters Dispatcher $dispatcher Return Value void

PaginationServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array

JobMakeCommand::question()

void question(string $string, null|int|string $verbosity = null) Write a string as question output. Parameters string $string null|int|string $verbosity Return Value void

Builder::forNestedWhere()

Builder forNestedWhere() Create a new query instance for nested where condition. Return Value Builder

MorphPivot::fromDateTime()

string fromDateTime(DateTime|int $value) Convert a DateTime to a storable string. Parameters DateTime|int $value Return Value string

BelongsToMany::getForeignKey()

string getForeignKey() Get the fully qualified foreign key for the relation. Return Value string

CookieServiceProvider::__call()

mixed __call(string $method, array $parameters) Dynamically handle missing method calls. Parameters string $method array $parameters Return Value mixed

JoinClause::__call()

mixed __call(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException