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
Requires
- php: >=5.2.8
- ext-mcrypt: *
- cakephp/cakephp: 2.5.1
Requires (Dev)
- cakephp/debug_kit: 2.2.*
- phpunit/phpunit: 3.7.*
README
A skeleton for creating applications with CakePHP 2.0.
Installation
- Download Composer or update
composer self-update
. - 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.