jorge/cakephp-skeleton

CakePHP Skeleton APP

Installs: 20

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:HTML

Type:project

dev-master 2016-02-03 07:55 UTC

This package is auto-updated.

Last update: 2024-03-28 13:05:58 UTC


README

Build Status License

A skeleton for creating applications with CakePHP 3.0.

Installation

  1. Download Composer or update composer self-update.

  2. Run:

    composer create-project --prefer-dist --stability=dev jorge/cakephp-skeleton [app_name]
  3. Change the default TEMPLATE in: config/paths.php

  4. Create database

  5. Read and edit config/app.php and config/app_local.php and setup the 'Datasources' and any other configuration relevant for your application.

  6. Run:

    bin/cake migrations migrate
  7. Ok!