Skip to content

yandod/cakephp3app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CakePHP Application Skeleton

A skeleton for creating applications with CakePHP 3.0.

This is an unstable repository and should be treated as an alpha.

Installation

After cloning this repository you can install CakePHP into your new application in one of two ways:

Install with composer

  1. Download composer.
  2. Run php composer.phar install to install dependencies.

Manual installation

  1. Clone CakePHP into vendor/cakephp/cakephp.
  2. Checkout the 3.0 branch in the new CakePHP clone.
  3. In App/Config/bootstrap.php uncomment the section using Cake\Core\ClassLoader.
  4. Copy App/Config/app.php.default to App/Config/app.php

You should now be able to visit the path to where you installed CakePHP and see the setup traffic lights.

Configuration

Read and edit App/Config/app.php and setup the 'Datasources' and any other configuration relevant for your application.

About

CakePHP 3.0 application template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 73.8%
  • CSS 20.9%
  • Shell 3.2%
  • Ruby 2.1%