You can create Nova action and call if from there with \Illuminate\Support\Facades\Artisan::call(NameOfTheCommand::class);.
Jan 18, 2021
5
Level 6
call command from web interface / menu
there is a plug-in that manages to call a command from the web interface.
I created a command with php make: command and I wanted to call it from the web interface only I was wondering if it was possible with laravel nova ?
Please or to participate in this conversation.