cakesol / migration-panel
通过应用程序管理迁移
0.1
2018-03-22 21:35 UTC
Requires
- cakephp/cakephp: ^3.4
- cakephp/migrations: ~1.0
This package is auto-updated.
Last update: 2024-09-28 12:41:32 UTC
README
需求
- CakePHP 3.5.0+
- PHP 7.0+
- Cakephp/Migrations 1.0+
安装
您可以使用 composer 将此插件安装到您的 CakePHP 应用程序中。安装 composer 包的推荐方法是
composer require cakesol/migration-panel
或者更新您的 composer.json 文件如下
"require": {
"cakesol/migration-panel": "dev-master"
},
在您的应用 bootstrap.php 中启用插件
Plugin::load('Migrationpanel', ['bootstrap' => true, 'routes' => true]);
支持
请在本仓库的 问题 部分报告错误和功能请求。
许可证
版权所有 2018 Solutia。保留所有权利。
许可协议:MIT 许可。包含在此仓库中的源代码的再分发必须保留每个文件中的版权声明。