shama / eatcake
A convenient way to install CakePHP with Composer
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 0
Open Issues: 1
pkg:composer/shama/eatcake
Requires
- php: >=5.2
- cakephp/cakephp: *
This package is not auto-updated.
Last update: 2025-09-27 20:24:04 UTC
README
A convenient way to install CakePHP with Composer.
One Line Install
curl https://raw.github.com/shama/eatcake/master/bin/oneline.sh | bash -s NewCakeApp
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.
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.
This uses the official CakePHP repository (look in the composer.json).
Who?
Brought to you by chicken shawarma!