Libraries tagged by laravel-migration
ajcastro/fk-adder
3547 Downloads
Lets you add foreign keys in a swift! Foreign key adder in laravel migration.
mll-lab/laravel-conditional-migrations
57488 Downloads
Run your Laravel migrations only when you want them to
tomzx/laravel-migration
34 Downloads
A migration service based on Laravel Database package.
sweetmancc/mysql-trigger-for-laravel-migration
64 Downloads
A package to add database trigger to laravel migrations
romanzipp/laravel-migration-generator
594 Downloads
Laravel Migration Generator
orottier/laravel-migration-squasher
94 Downloads
Aggregate your incremental Laravel migration files into single migration for each table. This eliminates all alter columns and makes testing via sqlite a possibility.
matt127127/laravel-migration-paths
2917 Downloads
Multiple migration paths for Laravel projects.
etsetra/laravel-migration-shield
1 Downloads
Protects production environments by preventing the execution of dangerous migration and seeding commands like migrate:fresh, migrate:refresh, migrate:rollback, db:seed, and db:wipe.
cedric-lekene/laravel-migration-ai
11 Downloads
A Laravel package that uses AI to generate database migrations from plain-language descriptions, simplifying the migration creation process
aw-studio/laravel-migrations-merger
147 Downloads
va/cutlet-migrate
5 Downloads
A package to use migrate:update command with options for migrations in custom directories in laravel apps.
ricadesign/laravel-ecommerce-data-model
1 Downloads
Laravel migrations, models and Nova resources for the creation of an ecommerce site
nwogu/smooth-migration
18 Downloads
Flexible way to manage Laravel Migrations
nwidart/db-exporter-l4.0
14 Downloads
Export your database quickly and easely as a Laravel Migration and all the data as a Seeder class.
cytracom/squasher
307 Downloads
Aggregate your incremental Laravel migration files into single migration for each table. This eliminates all alter columns and makes testing via sqlite a possibility.