RemindersTableCommand::setLaravel()

void setLaravel(Application $laravel) Set the Laravel application instance. Parameters Application $laravel Return Value void

SessionManager::getSessionConfig()

array getSessionConfig() Get the session configuration. Return Value array

RouteClearCommand::call()

int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int

QueueServiceProvider::when()

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

FormRequest::header()

string|array header(string $key = null, string|array|null $default = null) Retrieve a header from the request. Parameters string $key string|array|null $default Return Value string|array

CallbackEvent::cron()

$this cron(string $expression) The Cron expression representing the event's frequency. Parameters string $expression Return Value $this

HasManyThrough::first()

mixed first(array $columns = array('*')) Execute the query and get the first related model. Parameters array $columns Return Value mixed

Pipeline

Pipeline interface Pipeline (View source) Methods $this send(mixed $traveler) Set the traveler object being sent on the pipeline. $this through(dynamic|array $stops) Set the stops of the pipeline. $this via(string $method) Set the method to call on the stops. mixed then(Closure $destination) Run the pipeline with a final destination callback.

Worker::process()

void process(string $connectionName, Job $job, WorkerOptions $options) Process a given job from the queue. Parameters string $connectionName Job $job WorkerOptions $options Return Value void Exceptions Throwable

NotificationMakeCommand::error()

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