Dispatcher::push()

void push(string $event, array $payload = array()) Register an event and payload to be fired later. Parameters string $event array $payload Return Value void

Event

Event class Event (View source) Properties string $command The command string. string $expression The cron expression representing the event's frequency. DateTimeZone|string $timezone The timezone the date should be evaluated on. string $user The user the command should run as. array $environments The list of environments the command should run under. bool $evenInMaintenanceMode Indicates if the command should run in maintenance mode. bool $withoutOverlapping Indicates if

AssetPublishCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

ValidatesRequests

ValidatesRequests trait ValidatesRequests (View source) Methods void validateWith(Validator|array $validator, Request $request = null) Run the validation routine against the given validator. void validate(Request $request, array $rules, array $messages = array(), array $customAttributes = array()) Validate the given request with the given rules. void validateWithBag(string $errorBag, Request $request, array $rules, array $messages = array(), array $customAttributes = array()) Va

NotificationTableCommand::setLaravel()

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

LengthAwarePaginator::lastPage()

int lastPage() Get the page number of the last available page. Return Value int

Queue::size()

int size(string $queue = null) Get the size of the queue. Parameters string $queue Return Value int

Queue::pushRaw()

mixed pushRaw(string $payload, string $queue = null, array $options = array()) Push a raw payload onto the queue. Parameters string $payload string $queue array $options Return Value mixed

Presenter::setLastPage()

void setLastPage(int $page) Set the value of the last page. Parameters int $page Return Value void

OptimizeCommand::ask()

string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string