davidyell / cakephp3
This package is abandoned and no longer maintained.
The author suggests using the cakephp/app package instead.
CakePHP skeleton app
3.0.0-beta2
2014-09-25 06:16 UTC
Requires
- php: >=5.4.16
- cakephp/cakephp: 3.0.*-dev
- cakephp/debug_kit: 3.0.*-dev
- mobiledetect/mobiledetectlib: 2.*
Requires (Dev)
- d11wtq/boris: 1.0.*
Suggests
- cakephp/cakephp-codesniffer: Allows to check the code against the coding standards used in CakePHP.
- phpunit/phpunit: Allows automated tests to be run without system-wide install.
This package is auto-updated.
Last update: 2019-11-21 09:15:51 UTC
README
A skeleton for creating applications with CakePHP 3.0.
The framework source code can be found here: cakephp/cakephp.
Installation
- Download Composer or update
composer self-update
. - Run
php composer.phar create-project --prefer-dist davidyell/cakephp3 [app_name]
.
If Composer is installed globally, run
composer create-project --prefer-dist davidyell/cakephp3 [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 config/app.php
and setup the 'Datasources' and any other
configuration relevant for your application.
What's included
A number of plugins are included by default.
Included cache configs
- 30min - 30 minutes
- hour - 1 hour
- short - 3 hours
- halfday - 12 hours
- day - 24 hours