https://github.com/flug/concoction
CakePHP 2.x application template
https://github.com/flug/concoction
Last synced: 8 months 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-27T18:23:57.000Z (almost 12 years ago)
- Last Synced: 2025-03-24T03:12:45.505Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 238 KB
- Stars: 2
- Watchers: 1
- 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.