Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
 
PREVIOUS NEXT
Tagged: #Clean #Up #Migrations #Speed #Tests
ADD COMMENT
Topic
Name
6+8 =