Libraries tagged by laravel-migrations
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
343 Downloads
Generate Laravel migration and seeder files from existing database tables. Easily create migrations and seeders with a single command.
mediactive-digital/migrations-generator
2123 Downloads
Generates Laravel Migrations from an existing database
jjclane/laravel-sqlite-migrations
15944 Downloads
A trait to translate Laravel migrations into SQLite safe migrations.
exolnet/laravel-db-upgrade
1111 Downloads
Artisan command to migrate an existing production database structure to use Laravel migrations
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
616 Downloads
Package Laravel (Migration & Seeder) untuk wilayah Indonesia berdasarkan data SPLP Kemendagri
codelieutenant/laravel-pgenum
231 Downloads
Postgres Enums used in Laravel Migrations
mll-lab/laravel-conditional-migrations
57696 Downloads
Run your Laravel migrations only when you want them to
tomzx/laravel-migration
35 Downloads
A migration service based on Laravel Database package.
sweetmancc/mysql-trigger-for-laravel-migration
64 Downloads
A package to add database trigger to laravel migrations
romanzipp/laravel-migration-generator
595 Downloads
Laravel Migration Generator
orottier/laravel-migration-squasher
95 Downloads
Aggregate your incremental Laravel migration files into single migration for each table. This eliminates all alter columns and makes testing via sqlite a possibility.
matt127127/laravel-migration-paths
2957 Downloads
Multiple migration paths for Laravel projects.