Libraries tagged by generate migrations
oscarafdev/laravel-4-generators
559896 Downloads
Rapidly generate resources, migrations, models, and much more.
barryvdh/laravel-migration-generator
26131 Downloads
Generate migrations based on existing database
phplucidframe/bare-migration
10067 Downloads
A simple PHP command line tool to generate CodeIgniter bare migration file.
robinncode/db_craft
781 Downloads
DB Craft is a CodeIgniter4 Seeder, Migration Generator. Automatic Migration Generation: DB-Craft provides a simple command-line interface to generate migration files automatically based on the connected database. This feature allows developers to keep track of database schema changes and easily apply them to different environments. Table-Specific Migrations: Developers can also generate migration files for specific tables, providing granular control over database changes. This flexibility allows for efficient database management and versioning. Seeding Support: DB-Craft includes functionality to generate seeders, enabling developers to populate their database with initial data. This feature is especially useful for setting up sample data or populating reference tables.
egyjs/dbml-to-laravel
516 Downloads
Generate Laravel Eloquent models and migration files directly from your DBML (Database Markup Language) files with ease.
wecansync/laravel-migration-generator
197 Downloads
a package to generate migration schema for Models
jeckerson/phalcon-migrations
9 Downloads
Run and Generate DB Migrations with Phalcon Framework
codebider/generate-crud
65 Downloads
An artisan command to automate the migration,model,resource controller, views and routes
toilal/doctrine-migrations-liquibase
2138 Downloads
Generate Liquibase ChangeLog from Doctrine Entities
nahid-ferdous/laravel-module-generator
36 Downloads
Laravel Package to generate module (service, controller, model, migration, resource, request, collection) from YAML file.
saloum45/controllergenerate
79 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.😊
mediactive-digital/laravel-4-generators
1960 Downloads
Rapidly generate resources, migrations, models, and much more.
drawmyattention/laravel-make-resource
421 Downloads
Generate a model, migration, controller, routes and factory
onesite/laravel-module
2313 Downloads
Generate a module with model, migration, controller, routes and factory
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.