flug/concoction

Skeleton for CakePHP 2 app

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Open Issues: 0

Type:project

1.0.3 2014-05-24 19:32 UTC

This package is auto-updated.

Last update: 2024-03-09 22:29:57 UTC


README

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.