美食 / 网站管理员
美食网站管理员插件,用于快速开发 CakePHP 应用程序
0.1.1
2014-02-03 23:39 UTC
Requires
- php: >=5.3.0
- composer/installers: *
- gourmet/common: *
This package is auto-updated.
Last update: 2024-08-28 01:40:33 UTC
README
@todo 编写描述
安装
Composer 包
首先,将此插件作为需求添加到您的 composer.json
{
"require": {
"cakephp/webmaster": "*"
}
}
然后更新
php composer.phar update
就这些!现在您应该准备好开始配置您的频道。
子模块
$ cd /app
$ git submodule add git://github.com/gourmet/webmaster.git Plugin/Webmaster
克隆
$ cd /app/Plugin
$ git clone git://github.com/gourmet/webmaster.git
配置
您需要在 app/Config/bootstrap.php
文件中启用此插件
CakePlugin::load('Webmaster', array('bootstrap' => true, 'routes' => true));
如果您已经使用 CakePlugin::loadAll();
,则这不是必需的。
用法
@todo 编写一些用法示例
补丁 & 功能
- 分支
- 修改,修复
- 测试 - 这很重要,所以不要无意中破坏它
- 提交 - 不要修改许可证,todo,版本等。(如果您进行了更改,请将它们提升到自己的提交中,以便我在拉取时可以忽略)
- 拉取请求 - 主题分支的加分项
错误 & 反馈
http://github.com/gourmet/webmaster/issues
许可证
版权所有 2013,Jad Bitar
许可协议为MIT 许可证
文件重新分发必须保留上述版权声明。