Skip to content

flug/concoction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CakePHP Application Skeleton

A skeleton for creating applications with CakePHP 2.0.

Installation

  1. Download Composer or update composer self-update.
  2. Run php composer.phar create-project flug/concoction [app_name].

If Composer is installed globally, run composer create-project flug/concoction [app_name]

You should now be able to visit the path to where you installed the app and see the setup traffic lights.

Configuration

Read and edit app/Config/core.php and rename and setup the database.php and any other configuration relevant for your application.