This is a CakePHP 2 app template installed with composer
Some changes from this template:
- Rename
app
folder tosrc
. - Move the
webroot
andtmp
folder out of thesrc
folder. - Move the
Config
folder out of thesrc
folder and rename it toconfig
. - Add plugin path:
/plugins
. - Add locale path:
/resources/locales
. - Add view path:
/templates
. - Add view helper path:
/src/Helper
.