laravel-migration-squash
by masitings
Combine multiple Laravel migration files into consolidated migrations per table with schema verification
laravel-data-dumper
by dragon-code
Adding data from certain tables when executing the `php artisan schema:dump` console command
laravel-migration-squasher
by orottier
Aggregate your incremental Laravel migration files into single migration for each table. This eliminates all alter columns and makes testing via sqlite a possibility.