jorge/cakephp-skeleton-systems

CakePHP Skeleton APP for Systems

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:HTML

Type:project

dev-master 2015-09-05 09:14 UTC

This package is auto-updated.

Last update: 2024-03-28 13:07:12 UTC


README

A skeleton for creating applications with CakePHP 3.0.

Installation

  1. Download Composer or update composer self-update.
  2. Run php composer.phar create-project --prefer-dist --stability=dev jorge/cakephp-skeleton-systems [app_name].

If Composer is installed globally, run

composer create-project --prefer-dist --stability=dev jorge/cakephp-skeleton-systems [app_name]

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

Configuration

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