Libraries tagged by laravel migrations
justinkekeocha/database-dump
115 Downloads
This package will save you from loosing database records, supposing you run the laravel migrate:fresh command without exporting a database dump
jlapp/smart-seeder
3075 Downloads
Smart Seeder adds the same methology to seeding that is currently used with migrations in order to let you seed in batches, seed to production databases or other environments, and to rerun seeds without wiping out your data.
endeavour-agency/refresh-database-on-demand
1464 Downloads
This packages offers a drop-in replacement for Laravel's RefreshDatabase trait, which only refreshes the database when migrations have actually changed.
dvrtech/schema-tools
292 Downloads
Laravel package for JSON/CSV schema analysis and database structure generation
daavelar/revengedb
3041 Downloads
RevengeDb provides an artisan command to make a reverse engineer of the database, generating automatically the migrations for you
codebider/generate-crud
97 Downloads
An artisan command to automate the migration,model,resource controller, views and routes
hdgarau/runners
2706 Downloads
Control process runned for Laravel like migrations
dyrynda/nomad
1051 Downloads
Laravel-style database migrations wherever they may roam
ricorocks-digital-agency/morpher
4513 Downloads
A Laravel package for managing data changes during database migrations.
muzammal/syncmodelfillable
47 Downloads
A Laravel package to synchronize model fillable fields with migration columns using commands
tomzx/laravel-migration
35 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
schoolees/laravel-psgc
21 Downloads
PSGC for Laravel: migrations, seeders, JSON data, models, services, resources, controllers, and read-only routes.
sakanjo/laravel-readable-migrations
76 Downloads
Change migrations filenames to more readable numeric format.
romanzipp/laravel-migration-generator
595 Downloads
Laravel Migration Generator