0.0.3 • Published 11 years ago

generator-cakephp v0.0.3

Weekly downloads
5
License
-
Repository
github
Last release
11 years ago

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 yo
  • Install the generator: npm install -g generator-cakephp
  • Run: yo cakephp
  • Set the following Environment Variable:

    SetEnv APPLICATION_ENV local

You can set this where you want. Your .htaccess, httpd.conf or within your vhost.

License

MIT License

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago