Libraries tagged by migration core
quankim/laravel-dynamodb-migrations
19310 Downloads
Create Migrations (version control) for DynamoDB
phplucidframe/bare-migration
10019 Downloads
A simple PHP command line tool to generate CodeIgniter bare migration file.
justbetter/statamic-eloquent-driver-globalset-migration-generator
3645 Downloads
Creates a database migration when a new globalset is created
laminas/laminas-servicemanager-migration
10254 Downloads
Migrate your code to laminas-servicemanager 4.x compatibility utilizing Rector rules.
robinncode/db_craft
638 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.
corytech/php-fix-postgres-diff
6512 Downloads
Fix postgres diff library
andrey-helldar/migrate-db
668 Downloads
Easy data transfer from one database to another
lav45/yii2-db-migrate
7990 Downloads
This extension allows you to easily create large migrations associated with many foreign keys.
lanciweb/laravel-make-crud
1640 Downloads
A Laravel Package that allows creation of Model, Migration, Seeder, Views, Routes and resource controller for CRUD operations.
stidges/laravel-fk-migration
4229 Downloads
Helpful base migration for creating all your foreign key without worrying about the order of your migrations.
php-bread-and-butter/codeignitermigration
2055 Downloads
Codeigniter Migration
fishingboy/codeigniter-migration
376 Downloads
Codeigniter Migration
tgozo/laravel-codegen
107 Downloads
A Laravel Code Generator to help you get started with a lot of staff including generating Migrations, Models, Controllers, Factories, Routes, Views, Database Seeders and Request Validation Rules.
fabiang/doctrine-migrations-liquibase-laminas
327 Downloads
Laminas module for creating changesets for Liquibase with Doctrine
mojopollo/laravel-json-schema
542 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