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