database
- The database connection to use Optionalforce
- Force the operation to run when in production Optionalpath
- The path(s) to the migrations files to be executed Optionalpretend
- Dump the SQL queries that would be run Optionalrealpath
- Indicate any provided migration file paths are pre-resolved absolute paths Optionalseed
- Indicates if the seed task should be re-run Optionalstep
- Force the migrations to be run so they can be rolled back individually Optionalphp artisan migrate [--database [DATABASE]] [--force] [--path [PATH]] [--realpath] [--pretend] [--seed] [--step]