cofreeweb / cofree
CakePHP 的实用工具插件
dev-master
2016-05-15 14:50 UTC
Requires
- php: >=5.3.0
- composer/installers: *
This package is not auto-updated.
Last update: 2024-09-24 05:00:40 UTC
README
项目创建
为了创建项目
- 使用 https://github.com/Cofreeweb/CakeInitProject 安装应用程序
- 位于 /path/to/project,我们执行 git submodule add https://github.com/Cofreeweb/CakeCofreePlugin.git app/Plugin/Cofree
- 位于 /path/to/project,我们执行 bin/cake cofree.git install
项目安装
为了安装项目
- git clone url_git path/to/project
- cd path/to/project
- git submodule init
- git submodule update
- cp app/Config/core.php.default app/Config/core.php
- cp app/Config/database.php.default app/Config/database.php
- cp app/Config/email.php.default app/Config/email.php
- bin/cake cofree.git change_mod
项目更新
- git pull(对于项目本身)
- bin/cake cofree.git update_plugins
项目提交
- bin/cake cofree.git commit
插件提交
- bin/cake cofree.git pl_commit NombrePlugin