generator-cakephp
v0.0.3
Published
CakePHP Generator
Downloads
7
Readme
Generator-CakePHP
A generator for Yeoman.
Functionality
This Generator will install CakePHP, do some initial configuration (much like bake would do) and implement some "best practices" we use at the office.
Most notably you will have multiple Config files. One per environment.
These environmental config files can be found in app/Config/Environment/ and are loaded depending on your APPLICATION_ENV variable.
Getting started
Make sure you have yo installed:
npm install -g yoInstall the generator:
npm install -g generator-cakephpRun:
yo cakephpSet the following Environment Variable:
SetEnv APPLICATION_ENV local
You can set this where you want. Your .htaccess, httpd.conf or within your vhost.
