migrate:status

Show the status of each migration

Options

  • database - The database connection to use Optional
  • path - The path(s) to the migrations files to use Optional
  • pending - Only list pending migrations Optional
  • realpath - Indicate any provided migration file paths are pre-resolved absolute paths Optional
php artisan migrate:status [--database [DATABASE]] [--pending [PENDING]] [--path [PATH]] [--realpath]