how to run `php artisan queue:work` every minute on cpanel?
I made an cronjob in cpanel for once per minute like this: and make a command for that like this: as you see I give the artisan path to that. and in this path :/home/{projcetname}/laravel/app/Console/Kernel.php I wrote the commands. but…