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