string output() Get the output for the last run command.
string output() Get the output from the last command.
Application interface Application (
int queue(string $command, array $parameters = array()) Queue an Artisan
Kernel interface Kernel (
int call(string $command, array $parameters = array()) Call a console application
array all() Get all of the commands registered with the console.
int call(string $command, array $parameters = array()) Run an Artisan console
int handle(InputInterface $input, OutputInterface $output = null) Handle