Clean Up Migrations and Speed up Tests code example
Example: Clean Up Migrations and Speed up Tests
# Clean up old migrations in the schema folder
php artisan schema:dump
# Automatically clean up old files
php artisan schema:dump --prune
# Clean up old migrations in the schema folder
php artisan schema:dump
# Automatically clean up old files
php artisan schema:dump --prune