Php versions – Laravel jobs dont run asynchron
My Laravel Version 10, Jobs do not run asynchron. (The job gets executed but synchron) This is my setup: php artisan queue:table was run php artisan queue:work runs .env QUEUE_CONNECTION=database jobname.php namespace AppJobs; use IlluminateBusQueueable; use AppMailPasswordResetMail; use IlluminateSupportFacadesMail; use…