cakesol/migration-panel

Manage migrations via the application

Installs: 38

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 1

Type:cakephp-plugin

0.1 2018-03-22 21:35 UTC

This package is auto-updated.

Last update: 2024-03-28 11:37:27 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.