Libraries tagged by laravel5-migrator
konekt/laravel-migration-compatibility
137502 Downloads
Library to help migrations to figure out whether a related field is int or bigInt
barryvdh/laravel-migration-generator
26132 Downloads
Generate migrations based on existing database
mnabialek/laravel-quick-migrations
10383 Downloads
Run Laravel tests quicker
jjclane/laravel-sqlite-migrations
15898 Downloads
A trait to translate Laravel migrations into SQLite safe migrations.
fisharebest/laravel-floats
11152 Downloads
Floating point support for Laravel migrations
wecansync/laravel-migration-generator
214 Downloads
a package to generate migration schema for Models
repat/laravel-migration-model
3693 Downloads
Eloquent Model for the migrations table
huangdijia/laravel-migrate-recreate
800 Downloads
migrate-recreate for laravel
andyabih/json-to-laravel-migrations
718 Downloads
Turn a JSON schema into Laravel migrations.
always-open/laravel-migration-snapshot
39825 Downloads
Dump and load snapshots of the schema produced by individual migrations.
sakanjo/laravel-readable-migrations
68 Downloads
Change migrations filenames to more readable numeric format.
paulofelipem/brazilian-regions
456 Downloads
Pacote com informações de todos os paises, estados e cidades (Estados e cidades brasileiras).
mojopollo/laravel-json-schema
542 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
sencerhan/laravel-db-tools
143 Downloads
Generate Laravel migration and seeder files from existing database tables. Easily create migrations and seeders with a single command.
ntimyeboah/laravel-database-trigger
33978 Downloads
A package to add database trigger to Laravel migrations