Libraries tagged by laravel-migrator
jjclane/laravel-sqlite-migrations
15944 Downloads
A trait to translate Laravel migrations into SQLite safe migrations.
huangdijia/laravel-migrate-recreate
840 Downloads
migrate-recreate for laravel
andyabih/json-to-laravel-migrations
735 Downloads
Turn a JSON schema into Laravel migrations.
always-open/laravel-migration-snapshot
39877 Downloads
Dump and load snapshots of the schema produced by individual migrations.
barryvdh/laravel-migration-generator
26134 Downloads
Generate migrations based on existing database
sakanjo/laravel-readable-migrations
76 Downloads
Change migrations filenames to more readable numeric format.
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.
sencerhan/laravel-db-tools
270 Downloads
Generate Laravel migration and seeder files from existing database tables. Easily create migrations and seeders with a single command.
ntimyeboah/laravel-database-trigger
34006 Downloads
A package to add database trigger to Laravel migrations
mediactive-digital/migrations-generator
2106 Downloads
Generates Laravel Migrations from an existing database
justinkekeocha/database-dump
113 Downloads
This package will save you from loosing database records, supposing you run the laravel migrate:fresh command without exporting a database dump
elimuswift/db-exporter
4689 Downloads
Export your database quickly and easily as a Laravel Migration and all the data as a Seeder class.
didiwijaya/wilindo
615 Downloads
Package Laravel (Migration & Seeder) untuk wilayah Indonesia berdasarkan data SPLP Kemendagri
mll-lab/laravel-conditional-migrations
57669 Downloads
Run your Laravel migrations only when you want them to