Libraries tagged by migration core
robinncode/db_craft
2366 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.
code-distortion/adapt
33143 Downloads
A Laravel package that builds databases for your tests, improving their speed.
hhvm/hhast
1027991 Downloads
A mutable AST library for Hack with linting and code migrations
lanciweb/laravel-make-crud
2080 Downloads
A Laravel Package that allows creation of Model, Migration, Seeder, Views, Routes and resource controller for CRUD operations.
quankim/laravel-dynamodb-migrations
20578 Downloads
Create Migrations (version control) for DynamoDB
laminas/laminas-servicemanager-migration
10802 Downloads
Migrate your code to laminas-servicemanager 4.x compatibility utilizing Rector rules.
corytech/php-fix-postgres-diff
10881 Downloads
Fix postgres diff library
andrey-helldar/laravel-actions
9416 Downloads
Performing any actions during the deployment process
firstborn/migrationmanager
57070 Downloads
Quickly create migrations for settings and content at the click of a mouse.
lav45/yii2-db-migrate
10162 Downloads
This extension allows you to easily create large migrations associated with many foreign keys.
webtoucher/yii2-migrate
7671 Downloads
Yii 2 extension for creating and running migrations
carono/yii2-migrate
6121 Downloads
Trait to help create databases in migrations for Yii2
stidges/laravel-fk-migration
4229 Downloads
Helpful base migration for creating all your foreign key without worrying about the order of your migrations.
fishingboy/codeigniter-migration
539 Downloads
Codeigniter Migration
toramanlis/laravel-implicit-migrations
5 Downloads
This package is a tool that creates Laravel migration files by inspecting the application's models.