Commands.app
Home
Linux
Docker
Git
Laravel
Next.js
npm
Yarn
Python
Filament
Contribute
Back to laravel
php artisan migrate:status
Database
Show the status of each migration
Examples
Common usage examples
Check which migrations have run
php artisan migrate:status
Copy
Notes
Shows Ran/Pending status for each migration
Related Commands
You might also find these useful
php artisan migrate