CommandController
class CommandController (View source)
Properties
protected Kernel | $kernel | The console kernel. | |
protected Factory | $validationFactory | The validation factory implementation. |
Methods
void
__construct(Kernel $kernel, Factory $validationFactory)
Create a new controller instance.
Response
__invoke()
Get artisan commands.
Response
execute(Request $request)
Execute artisan command.
string
flatten(array $parameters)
Flatten command parameters.
Command
resolve(string $name)
Resolve command from kernel.
array
rules(Command $command)
Build command validation rules.
Details
void
__construct(Kernel $kernel, Factory $validationFactory)
Create a new controller instance.
Response
__invoke()
Get artisan commands.
Response
execute(Request $request)
Execute artisan command.
protected string
flatten(array $parameters)
Flatten command parameters.
protected Command
resolve(string $name)
Resolve command from kernel.
protected array
rules(Command $command)
Build command validation rules.