I am wondering how to run php artisan queue:listen database
manually to execute a job on a shared hosting. I am trying it from route file web.php :
Route::get('/job', function () {
Artisan::call('queue:listen');
return 'Job Started....';
});
But the approach is not working. I am able to run the job from local. How can I achieve this??
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire