2017 © Pedro Peláez
 

library eatcake

A convenient way to install CakePHP with Composer

image

shama/eatcake

A convenient way to install CakePHP with Composer

  • Saturday, September 1, 2012
  • by shama
  • Repository
  • 3 Watchers
  • 4 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

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)

The Versions

01/09 2012

dev-master

9999999-dev

A convenient way to install CakePHP with Composer

  Sources   Download

The Requires

 

cakephp installer