Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

vijayrami's avatar

php artisan queue:failed-table not working

  • Laravel Version: 7.5.2
  • PHP Version: 7.2.29
  • Database Driver & Version:

in fresh laravel installation, Below command

php artisan queue:failed-table

not working.

display beow error message:


   InvalidArgumentException 

  A CreateFailedJobsTable class already exists.
0 likes
1 reply
mykelcodex's avatar

It obvious that you already have Laravel CreateFailedJobsTable dedicated class name in your project, Search your project to find where the class name is used.

1 like

Please or to participate in this conversation.