2017 © Pedro Peláez
 

project spider-app

Spider skeleton app

image

moharami/spider-app

Spider skeleton app

  • Thursday, May 12, 2016
  • by moharamiamir
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

CakePHP Application Skeleton

Build Status License, (*1)

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

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

Installation

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

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

composer create-project --prefer-dist cakephp/app [app_name]

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

Configuration

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

The Versions