Application
interface Application (View source)
Methods
int | call(string $command, array $parameters = []) Call a console application command. | |
string | output() Get the output from the last command. |
Details
int call(string $command, array $parameters = [])
Call a console application command.
string output()
Get the output from the last command.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.3/Illuminate/Contracts/Console/Application.html