79603131

Date: 2025-05-02 09:41:04
Score: 0.5
Natty:
Report link

For laravel 9 or greater

If jobs table not created run below cmd to create a migration file for jobs table

 php artisan queue:table

And then run migration using

php artisan migrate
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Kaustubh Bagwe