Kernel (Contracts)

Kernel

interface Kernel (View source)

Methods

int handle(InputInterface $input, OutputInterface $output = null)

Handle an incoming console command.

int call(string $command, array $parameters = array())

Run an Artisan console command by name.

int queue(string $command, array $parameters = array())

Queue an Artisan console command by name.<