void setLaravel(Application $laravel) Set the Laravel application instance. Parameters Application $laravel Return Value void
array getSessionConfig() Get the session configuration. Return Value array
int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
array when() Get the events that trigger this service provider to register. Return Value array
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
$this cron(string $expression) The Cron expression representing the event's frequency. Parameters string $expression Return Value $this
mixed first(array $columns = array('*')) Execute the query and get the first related model. Parameters array $columns Return Value mixed
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.
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
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
Page 60 of 996