mark_story 3448a2dee6 Add README files to top level of each subtree split. 13 years ago
..
Config cecf4cfd75 Fix paths and include composer autoload if it exists. 13 years ago
Console 3c4b526dfc Merge remote-tracking branch 'cakephp/2.3' into 3.0 13 years ago
Controller 2f598d4e35 Updated App folder 14 years ago
Lib 7516e68a35 Renamed the app folder 14 years ago
Locale 7516e68a35 Renamed the app folder 14 years ago
Model 2f598d4e35 Updated App folder 14 years ago
Plugin 7516e68a35 Renamed the app folder 14 years ago
Test 711eae9858 Fixed failing tests to reflect new config files. 13 years ago
View acaacbb061 Fix incorrect classname from 2.3 13 years ago
tmp 7516e68a35 Renamed the app folder 14 years ago
vendor 5e25ec05db Start adding composer support 13 years ago
webroot abc94ca1b3 Syncing App to Skeleton App. 13 years ago
.htaccess 7516e68a35 Renamed the app folder 14 years ago
README.md 3448a2dee6 Add README files to top level of each subtree split. 13 years ago
composer.json 1e2bff6502 Add PHPUnit as a dev dependency. 13 years ago
index.php 7516e68a35 Renamed the app folder 14 years ago

README.md

CakePHP Application Skeleton

A skeleton for creating applications with CakePHP.

Installation

You can install this application skeleton using composer. You'll need to install composer first. After installing composer you can install this project & the required dependencies using:

php composer.phar create-project cakephp/cakephp-app --dev

This will download this repository, install the CakePHP framework and testing libraries.