frankfoerster/cakephp-app-template

A customized app skeleton for new CakePHP 3.x projects.

dev-master 2016-05-20 16:42 UTC

This package is auto-updated.

Last update: 2024-09-12 03:10:52 UTC


README

Build Status License

A customized app template to start new CakePHP 3.x projects.

Setup includes the following tool/build chain for dev and production:

  • grunt
  • requirejs
  • bower
  • less
  • backbone + marionette

and these CakePHP plugins:

Installation

  1. Download Composer or update composer self-update.
  2. Run php composer.phar create-project --prefer-dist frankfoerster/cakephp-app-template [app_name].

If Composer is installed globally, run

composer create-project --prefer-dist frankfoerster/cakephp-app-template [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/Environment/config.php and setup your environment specific 'Datasources', 'Email' configurations and any other configuration in config/Environment/environment.xyz.php.

For more details take a look at the Environment plugin documentation.