Download the PHP package ndoubismarck/cakephp-migrations without Composer
On this page you can find all versions of the php package ndoubismarck/cakephp-migrations. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ndoubismarck/cakephp-migrations
More information about ndoubismarck/cakephp-migrations
Files in ndoubismarck/cakephp-migrations
Package cakephp-migrations
Short Description Database Migration plugin for CakePHP based on Phinx
License MIT
Homepage https://github.com/ndoubismarck/cakephp-migrations
Informations about the package cakephp-migrations
Migrations plugin for CakePHP
This is a Database Migrations system for CakePHP.
The plugin consists of a CakePHP shell 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
Configuration
You can load the plugin using the shell command:
Or you can manually add the loading statement in the src/Application.php file of your application:
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.
All versions of cakephp-migrations with dependencies
robmorgan/phinx Version ^0.12
cakephp/orm Version ^4.0.5
cakephp/cache Version ^4.0.5