cofreeweb / cofree
Utilities plugin for CakePHP
Package info
github.com/Cofreeweb/CakeCofreePlugin
Type:cakephp-plugin
pkg:composer/cofreeweb/cofree
dev-master
2016-05-15 14:50 UTC
Requires
- php: >=5.3.0
- composer/installers: *
This package is not auto-updated.
Last update: 2026-03-10 12:16:55 UTC
README
Creación de proyectos
Para la creación de proyectos:
- Instalar la aplicación con https://github.com/Cofreeweb/CakeInitProject
- Situados en /path/to/project hacemos git submodule add https://github.com/Cofreeweb/CakeCofreePlugin.git app/Plugin/Cofree
- Situados en /path/to/project hacemos bin/cake cofree.git install
Instalación de proyectos
Para la instalación de proyectos:
- 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
Actualización de proyectos
- git pull (para el proyecto en sí)
- bin/cake cofree.git update_plugins
Commit del proyecto
- bin/cake cofree.git commit
Commit de un plugin
- bin/cake cofree.git pl_commit NombrePlugin