cofreeweb/cofree

CakePHP 的实用工具插件

安装: 14

依赖: 0

建议者: 0

安全性: 0

星标: 0

关注者: 4

分支: 0

开放问题: 0

类型:cakephp-plugin

dev-master 2016-05-15 14:50 UTC

This package is not auto-updated.

Last update: 2024-09-24 05:00:40 UTC


README

项目创建

为了创建项目

  1. 使用 https://github.com/Cofreeweb/CakeInitProject 安装应用程序
  2. 位于 /path/to/project,我们执行 git submodule add https://github.com/Cofreeweb/CakeCofreePlugin.git app/Plugin/Cofree
  3. 位于 /path/to/project,我们执行 bin/cake cofree.git install

项目安装

为了安装项目

  1. git clone url_git path/to/project
  2. cd path/to/project
  3. git submodule init
  4. git submodule update
  5. cp app/Config/core.php.default app/Config/core.php
  6. cp app/Config/database.php.default app/Config/database.php
  7. cp app/Config/email.php.default app/Config/email.php
  8. bin/cake cofree.git change_mod

项目更新

  1. git pull(对于项目本身)
  2. bin/cake cofree.git update_plugins

项目提交

  1. bin/cake cofree.git commit

插件提交

  1. bin/cake cofree.git pl_commit NombrePlugin