Cakephp Migrations Save Abandoned

CakePHP database migrations plugin

Project README

Migrations plugin for CakePHP

CI Coverage Status Software License Total Downloads

This is a Database Migrations system for CakePHP.

The plugin consists of a CakePHP CLI wrapper for the Phinx migrations library.

This branch is for use with CakePHP 4.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

Or you can manually add the loading statement in the src/Application.php file of your application:

public function bootstrap(): void
{
    parent::bootstrap();
    $this->addPlugin('Migrations');
}

Additionally, you will need to configure the default database configuration in your config/app.php file.

Documentation

Full documentation of the plugin can be found on the CakePHP Cookbook.

Open Source Agenda is not affiliated with "Cakephp Migrations" Project. README Source: cakephp/migrations
Stars
128
Open Issues
35
Last Commit
6 months ago

Open Source Agenda Badge

Open Source Agenda Rating