Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/flug/concoction

CakePHP 2.x application template
https://github.com/flug/concoction

Last synced: about 1 month ago
JSON representation

CakePHP 2.x application template

Awesome Lists containing this project

README

        

# CakePHP Application Skeleton

A skeleton for creating applications with [CakePHP](http://cakephp.org) 2.0.

## Installation

1. Download [Composer](http://getcomposer.org/doc/00-intro.md) 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.