GitXplorerGitXplorer
P

app

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
1a846841f51dab71b37b80aa59a3b28cd39526df

Update the docs again.

mmarkstory committed 11 years ago
Unverified
d0c72f87a81e5f0c9994924d743386fbad6ca019

Add repositories key to composer.json

mmarkstory committed 11 years ago
Unverified
b79fda8aedee981053f9fb0b6242861d78bc93fa

Update README for new install instructions.

mmarkstory committed 11 years ago
Unverified
e71cdc1bb83868601e410159283d7455b437fe0c

Fixed Email config example and change debug value to integer.

AADmad committed 11 years ago
Unverified
4b28acc24719655c03a7e4e34088830c13b1e653

Pluralize App.paths.* keys.

mmarkstory committed 11 years ago
Unverified
59375ebd6e664609bb762b85b84d2202d6a7955a

Update the default app config to use App.paths.*

mmarkstory committed 11 years ago

README

The README file for this repository.

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.