Skip to content

CakePHP2: An empty application template, for use with composer

Notifications You must be signed in to change notification settings

FriendsOfCake/app-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App Template

An empty CakePHP project for use with composer

##Installation

composer -sdev create-project friendsofcake/app-template ProjectName

This will create a new project, with dependencies, based on this repository. Be sure to point the webserver at the app/webroot folder (a production install), ensure that url rewriting is configured correctly.