Artisan.page

migrate:status

Show the status of each migration

Terminal
php artisan migrate:status [--database [DATABASE]] [--pending] [--path [PATH]] [--realpath]

Options

databaseOptional

The database connection to use

pathOptional

The path(s) to the migrations files to use

pendingOptional

Only list pending migrations

realpathOptional

Indicate any provided migration file paths are pre-resolved absolute paths