2017 © Pedro Peláez
 

project cakephp-skeleton

CakePHP Skeleton APP

image

jorge/cakephp-skeleton

CakePHP Skeleton APP

  • Wednesday, February 3, 2016
  • by jorgejardim
  • Repository
  • 1 Watchers
  • 0 Stars
  • 20 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

CakePHP Application Skeleton

Build Status License, (*1)

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

Installation

  1. Download Composer or update composer self-update.
  2. Run:, (*3)

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

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

    bin/cake migrations migrate
    
  7. Ok!, (*6)

The Versions