Level 61
You can create Nova action and call if from there with \Illuminate\Support\Facades\Artisan::call(NameOfTheCommand::class);.
1 like
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.