The Laravel Artisan Cheatsheet
A searchable, bookmarkable cheatsheet for
Laravel's
Artisan commands.
Home
ArtisanGPT
API
Laravel Version
11.x
make:queue-failed-table
🖥
make:queue-failed-table
Create a migration for the failed queue jobs database table
Aliases
This command may be aliased by the following:
queue:failed-table
php artisan make:queue-failed-table
Click to copy