Commands.app

php artisan migrate:status

Database

Show the status of each migration

Examples
Common usage examples

Check which migrations have run

php artisan migrate:status
Notes
  • Shows Ran/Pending status for each migration
Related Commands
You might also find these useful