cakesol / migration-panel
Manage migrations via the application
0.1
2018-03-22 21:35 UTC
Requires
- cakephp/cakephp: ^3.4
- cakephp/migrations: ~1.0
This package is auto-updated.
Last update: 2025-03-28 13:39:54 UTC
README
Requirements
- CakePHP 3.5.0+
- PHP 7.0+
- Cakephp/Migrations 1.0+
Installation
You can install this plugin into your CakePHP application using composer. The recommended way to install composer packages is:
composer require cakesol/migration-panel
or update your composer.json file as below
"require": {
"cakesol/migration-panel": "dev-master"
},
Enable the plugin in your application bootstrap.php
Plugin::load('Migrationpanel', ['bootstrap' => true, 'routes' => true]);
Support
Please report bugs and feature request in the issues section of this repository.
License
Copyright 2018 Solutia. All rights reserved.
Licensed under the MIT License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.