Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/flug/concoction
- Owner: flug
- Created: 2014-05-24T13:42:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-27T18:23:57.000Z (over 10 years ago)
- Last Synced: 2024-05-01T23:41:38.588Z (7 months ago)
- Language: PHP
- Homepage:
- Size: 238 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.