laravel-migration-compatibility
by konekt
Library to help migrations to figure out whether a related field is int or bigInt
laravel-migration-commands
by halpdesk
Better commands for migrations when developing a Laravel project
laravel-migration-snapshot
by always-open
Dump and load snapshots of the schema produced by individual migrations.
laravel-migration-snapshot
by orisintel
Dump and load snapshots of the schema produced by individual migrations.
laravel-orm
by laravel-orm
Describe your table fields in the model and let Laravel manage your migration for you
laravel-sqlserver-extender
by aymanelarian
Extend SQL Server Grammar for Laravel & Lumen to fix migration
laravel-online-migrator
by orisintel
Apply Laravel's database migrations with minimal disruptions using tools like Percona Online Schema Change
laravel-outside
by januar
Using laravel command (migration and seeder command available now) outside laravel framework
laravue-generator
by laravelvue
laraVue Generator is a extend version of InfyOm Generator. that i extend for my own requirements
laravel-data-migration
by despark
Helps you migrate data from foreign or local database table by table
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.