次のようなコントローラーからカスタム職人コマンドを実行しようとしています
Artisan::call('php artisan MyCustomCommand');
しかし、実行するとうまく動作します
php artisan MuCustomCommand from CLI
.
コマンドを登録してapp/start/artisan.php.
も機能しArtisan::call('php artisan --help');
ません。
次のようなコントローラーからカスタム職人コマンドを実行しようとしています
Artisan::call('php artisan MyCustomCommand');
しかし、実行するとうまく動作します
php artisan MuCustomCommand from CLI
.
コマンドを登録してapp/start/artisan.php.
も機能しArtisan::call('php artisan --help');
ません。