cakephp/migrations

Database Migration plugin for CakePHP

Installs: 11 653 346

Dependents: 235

Suggesters: 7

Security: 0

Stars: 138

Watchers: 32

Forks: 121

Open Issues: 5

Type:cakephp-plugin

pkg:composer/cakephp/migrations


README

CI Coverage Status Software License Total Downloads

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.