Libraries tagged by laravel5-migrator
barryvdh/laravel-migration-generator
26136 Downloads
Generate migrations based on existing database
mnabialek/laravel-quick-migrations
10479 Downloads
Run Laravel tests quicker
sencerhan/laravel-db-tools
376 Downloads
Generate Laravel migration and seeder files from existing database tables. Easily create migrations and seeders with a single command.
nwidart/db-exporter
39053 Downloads
Export your database quickly and easily as a Laravel Migration and all the data as a Seeder class.
ntimyeboah/laravel-database-trigger
34028 Downloads
A package to add database trigger to Laravel migrations
fisharebest/laravel-floats
11237 Downloads
Floating point support for Laravel migrations
wecansync/laravel-migration-generator
312 Downloads
a package to generate migration schema for Models
repat/laravel-migration-model
3800 Downloads
Eloquent Model for the migrations table
itul/laravel-migration-fields
58 Downloads
Laravel migration fields for things like address and name
huangdijia/laravel-migrate-recreate
852 Downloads
migrate-recreate for laravel
andyabih/json-to-laravel-migrations
736 Downloads
Turn a JSON schema into Laravel migrations.
always-open/laravel-migration-snapshot
39957 Downloads
Dump and load snapshots of the schema produced by individual migrations.
alicfeng/laravel-migrate
1008 Downloads
laravel migrate enhance extend
mojopollo/laravel-json-schema
543 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
toramanlis/laravel-implicit-migrations
5 Downloads
This package is a tool that creates Laravel migration files by inspecting the application's models.