Libraries tagged by migration generator
phalcon/migrations
911610 Downloads
Run and Generate DB Migrations with Phalcon Framework
scrumble-nl/laravel-csr
15943 Downloads
This package makes it possible to generate a controller, service, repository, model and migration all in 1 command
howyi/conv-laravel
279900 Downloads
MySQL migration query auto generate on Laravel/Lumen
howyi/conv
319272 Downloads
Generate MySQL migration queries from actual DB and DDL
tmukherjee13/yii2-reverse-migration
19966 Downloads
Generate working migration classes from existing Database
egyjs/dbml-to-laravel
816 Downloads
Generate Laravel Eloquent models and migration files directly from your DBML (Database Markup Language) files with ease.
g4/ruckusing-migrations
35436 Downloads
Framework for generating and managing database migrations
maketok/datamigration
28351 Downloads
Maketok Data-Migration engine
toilal/doctrine-migrations-liquibase
2166 Downloads
Generate Liquibase ChangeLog from Doctrine Entities
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
salehhashemi/laravel-intelli-db
588 Downloads
An AI-driven Laravel package for generating and managing database related things.
dvrtech/schema-tools
162 Downloads
Laravel package for JSON/CSV schema analysis and database structure generation
saloum45/controllergenerate
142 Downloads
😊Un package Laravel qui facilite la génération dynamique de contrôleurs,migrations et de routes dans une application Laravel. a Laravel package that makes it easy to dynamically generate controllers, migrations and routes in a Laravel application.😊
developerawam/generate-migration
24 Downloads
This package automatically generates migration files for your Laravel application. With this feature, you can quickly create database structures without writing SQL code manually. Simply specify the model you want to create, and this package will handle the rest, streamlining development and minimizing human errors.
muhammadhuzaifa/laravel-safe-migration
46 Downloads
The package provide a safest way to run migration commands by generating backup of the database before running the actual migration command.