Libraries tagged by laravel-migrations
shiftonelabs/laravel-nomad
91532 Downloads
Add extra functionality to Laravel migrations.
nwidart/db-exporter
38850 Downloads
Export your database quickly and easily as a Laravel Migration and all the data as a Seeder class.
ntimyeboah/laravel-database-trigger
33821 Downloads
A package to add database trigger to laravel migrations
chrishalbert/laravel-nomadic
23893 Downloads
A suite of tools to enhance robustness of laravel's migrations.
konekt/laravel-migration-compatibility
115802 Downloads
Library to help migrations to figure out whether a related field is int or bigInt
mnabialek/laravel-quick-migrations
9958 Downloads
Run Laravel tests quicker
froiden/sql-generator
18123 Downloads
convert Laravel migrations to raw SQL scripts
fisharebest/laravel-floats
10901 Downloads
Floating point support for Laravel migrations
repat/laravel-migration-model
3390 Downloads
Eloquent Model for the migrations table
always-open/laravel-migration-snapshot
39490 Downloads
Dump and load snapshots of the schema produced by individual migrations.
abagayev/laravel-migration-shortcuts
848 Downloads
Let's make migrations DRY
barryvdh/laravel-migration-generator
26107 Downloads
Generate migrations based on existing database
sakanjo/laravel-readable-migrations
15 Downloads
Change migrations filenames to more readable numeric format.
mojopollo/laravel-json-schema
540 Downloads
Create all your migrations and models from one JSON schema file. Laravel Database Schema in JSON allows you to define your entire Laravel database schema in one JSON file then generates all the necessary migration files
jjclane/laravel-sqlite-migrations
15709 Downloads
A trait to translate Laravel migrations into SQLite safe migrations.