This is a Database Migrations system for CakePHP.
The plugin provides a complete database migration solution with support for creating, running, and managing migrations.
This branch is for use with CakePHP 5.x. See version map for details.
Installation
You can install this plugin into your CakePHP application using Composer.
Run the following command
composer require cakephp/migrations
Configuration
You can load the plugin using the shell command:
bin/cake plugin load Migrations --only-cli
If you are using the PendingMigrations middleware, use:
bin/cake plugin load Migrations
Documentation
Full documentation of the plugin can be found on the CakePHP Cookbook.