2017 © Pedro Peláez
 

project cakephp-app-template

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

image

frankfoerster/cakephp-app-template

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

  • Friday, May 20, 2016
  • by frankfoerster
  • Repository
  • 2 Watchers
  • 3 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

cakephp-app-template

Build Status License, (*1)

A customized app template to start new CakePHP 3.x projects., (*2)

Setup includes the following tool/build chain for dev and production:, (*3)

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

and these CakePHP plugins:, (*4)

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, (*5)

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., (*6)

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., (*7)

For more details take a look at the Environment plugin documentation., (*8)

The Versions