|
|
13 years ago | |
|---|---|---|
| .. | ||
| Config | 13 years ago | |
| Console | 13 years ago | |
| Controller | 14 years ago | |
| Lib | 14 years ago | |
| Locale | 14 years ago | |
| Model | 14 years ago | |
| Plugin | 14 years ago | |
| Test | 13 years ago | |
| View | 13 years ago | |
| tmp | 14 years ago | |
| vendor | 13 years ago | |
| webroot | 13 years ago | |
| .htaccess | 14 years ago | |
| README.md | 13 years ago | |
| composer.json | 13 years ago | |
| index.php | 14 years ago | |
A skeleton for creating applications with CakePHP.
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.