Closed yiichou closed 8 years ago
Because of using invoke to call laravel:artisan[:command_name], we should make task laravel:artisan can be run twice and more in one flow.
invoke
laravel:artisan[:command_name]
laravel:artisan
LGTM
Because of using
invoke
to calllaravel:artisan[:command_name]
, we should make tasklaravel:artisan
can be run twice and more in one flow.