Libraries tagged by migration core
dragon-code/laravel-actions
286192 Downloads
Performing any actions during the deployment process
alexia/php7mar
68769 Downloads
PHP 7 MAR, or just "php7mar", is a command line utility to generate reports on existing PHP 5 code to assist developers in porting their code quickly to PHP 7.
c006/yii2-migration-utility
155468 Downloads
Automatically writes the create tables for migrations or create tables in general
dragon-code/laravel-migration-actions
197393 Downloads
Performing any actions during the deployment process
rector/rector-src
350216 Downloads
Instant Upgrade and Automated Refactoring of any PHP code
dragon-code/migrate-db
10238 Downloads
Easy data transfer from one database to another
dragon-code/laravel-data-dumper
7929 Downloads
Adding data from certain tables when executing the `php artisan schema:dump` console command
erjanmx/laravel-migrate-check
263543 Downloads
A command to check for pending migrations. Exits with non-zero code if there are any
discorgento/module-migrations
11061 Downloads
A dev-friendly approach to quickly create migrations (patch data) on Magento 2
dgrigg/craft-migration-assistant
80318 Downloads
Create content migrations at the click of a mouse. Keep environments in sync with ease.
orptech/laravel-migration-partition
20366 Downloads
Laravel extensions that extends Illuminate to enable partitioned table creation within Laravel migrations.
coderan/laravel-data-migrations
42754 Downloads
An extension to allow you to separate data migrations from structure migrations
shipmonk/doctrine-two-phase-migrations
27112 Downloads
Two phase migrations for Doctrine ORM: before and after deploying new codebase version
robinncode/db_craft
1721 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
32019 Downloads
A Laravel package that builds databases for your tests, improving their speed.