2017 © Pedro Peláez
 

project cakephp-skeleton-systems

CakePHP Skeleton APP for Systems

image

jorge/cakephp-skeleton-systems

CakePHP Skeleton APP for Systems

  • Saturday, September 5, 2015
  • by jorgejardim
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

CakePHP Application Skeleton for Systems

A skeleton for creating applications with CakePHP 3.0., (*1)

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, (*2)

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., (*3)

Configuration

Read and edit config/app.php and setup the 'Datasources' and any other configuration relevant for your application., (*4)

The Versions