Artisan.page The Laravel Artisan cheatsheet
migrate
Run the database migrations
Terminal
Options
databaseOptional
The database connection to use
forceOptional
Force the operation to run when in production
isolatedOptional
Do not run the command if another instance of the command is already running
pathOptional
The path(s) to the migrations files to be executed
pretendOptional
Dump the SQL queries that would be run
realpathOptional
Indicate any provided migration file paths are pre-resolved absolute paths
schema-pathOptional
The path to a schema dump file
seedOptional
Indicates if the seed task should be re-run
seederOptional
The class name of the root seeder
stepOptional
Force the migrations to be run so they can be rolled back individually