flug / concoction
Skeleton for CakePHP 2 app
1.0.3
2014-05-24 19:32 UTC
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.