Libraries tagged by laravel5-migrator
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.
gilbitron/laravel-migrate-to-branch
1310 Downloads
A Laravel Artisan command to rollback migrations before switching to a given branch
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
blackbricksoftware/laravel-migration-builder-salesforce
93 Downloads
Create migration of object structure from Salesforce Org to a local database.
blackbricksoftware/laravel-migration-builder
110 Downloads
Programmatically create full Laravel migrations.
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.
luongolabs/block-migrate
122 Downloads
Run straight code blocks during laravel migrations.
justinkekeocha/database-dump
105 Downloads
This package will save you from loosing database records, supposing you run the laravel migrate:fresh command without exporting a database dump
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.