Eat Cake
A convenient way to install CakePHP with Composer., (*1)
One Line Install
curl https://raw.github.com/shama/eatcake/master/bin/oneline.sh | bash -s NewCakeApp, (*2)
Manual Install
- Install Composer with:
curl -s https://getcomposer.org/installer | php
- Then create a new project with:
php composer.phar create-project shama/eatcake path/
Updating
Update CakePHP later with: php composer.phar update from inside your project directory., (*3)
What?
Using Composer, this will download CakePHP and set it up. The CakePHP core will
be located in the vendor/cakephp/cakephp/lib/Cake folder. The included
index.php file wil set the CAKE_CORE_INCLUDE_PATH to that folder., (*4)
This uses the official CakePHP repository (look in the composer.json)., (*5)
Who?
Brought to you by chicken shawarma!, (*6)