2017 © Pedro Peláez
 

project cakephp-backend

CakePHP skeleton app for server backend

image

quankim/cakephp-backend

CakePHP skeleton app for server backend

  • Monday, March 28, 2016
  • by quanvh
  • Repository
  • 2 Watchers
  • 0 Stars
  • 26 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

CakePHP Backend created by QuanKim

CakePHP Application Skeleton For Backend Server

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

The framework source code can be found here: cakephp/cakephp., (*2)

Installation

  1. Download Composer or update composer self-update.
  2. Run php composer.phar create-project --prefer-dist quankim/cake-backend [app_name].

If Composer is installed globally, run, (*3)

composer create-project --prefer-dist quankim/cake-backend [app_name]

You should now be able to visit the path to where you installed the app and see the setup traffic lights., (*4)

Configuration

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

Use

Migration database, (*6)

bin/cake migrations migrate

The Versions