Libraries tagged by laravel migrate
juddling/specification-generator
5 Downloads
Generate Laravel migrations base on specification files
ianzhang001/sql-generator
6 Downloads
convert Laravel migrations to raw SQL scripts
fatihirday/suffix
15 Downloads
laravel migration suffixed tables
codewisdoms/schema
5 Downloads
Run Laravel migrations in Codeigniter 3/4
bolboosch/procedures
187 Downloads
Laravel migration for procedures generator
albedev/ddl-artisan
2 Downloads
Generate Laravel migrations from DDL
abevanation/reversify
3 Downloads
Reverse engineer an existing database schema into Laravel migrations, models, services, and controllers
sanmark/illuminated-phinx
9 Downloads
Run Laravel's Illuminate migrations with Phinx.
develme/database-patch
8 Downloads
A patch system designed similar to Laravel's database migration tools. Instead of being used to manage schema, the patch system is used to fill that grey area between a database seeder and a database migration. The intentions of the system is to patch/adjust existing data, but this could be a replacement for seeders since whether a patch has been ran or not is tracked.
paulobunga/parkman-schema
2 Downloads
Generate Laravel model and migrations from Prisma Schema
ismarianto/coreaplikasi
1 Downloads
Make it easier for programmers if there is a migration to laravel version above or downgrade apps
d3vr/db2migrations
108 Downloads
Artisan command to convert your current SQL database schema into Laravel 5.4.* Migration files (one for each table).
benbjurstrom/curator-model
15 Downloads
Laravel package containing Migrations, Models, and Seeds for the benbjurstrom/curator application.
zxcvshmuel/mi
1 Downloads
Migrator is a GUI migration manager for Laravel.
sukohi/quick-dict
11 Downloads
A Laravel package for create migration and seeder from key-value data.