davidyell/cakephp3

This package is abandoned and no longer maintained. The author suggests using the cakephp/app package instead.

CakePHP skeleton app

Installs: 26

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 319

Type:project

3.0.0-beta2 2014-09-25 06:16 UTC

This package is auto-updated.

Last update: 2019-11-21 09:15:51 UTC


README

Build Status License

A skeleton for creating applications with CakePHP 3.0.

The framework source code can be found here: cakephp/cakephp.

Installation

  1. Download Composer or update composer self-update.
  2. 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