ojengwa/cake-appengine

CakePHP 3 Boilerplate project for Google App Engine.

dev-master 2015-11-13 13:03 UTC

This package is not auto-updated.

Last update: 2024-04-17 17:05:20 UTC


README

Build Status License

A skeleton for creating Google App Engine applications with CakePHP 3.x.

The framework source code can be found here: cakephp/cakephp.

Installation

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

If Composer is installed globally, run

composer create-project --prefer-dist ojengwa/cake-appengine [app_name]

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

Configuration

  1. Edit app.yaml and replace PROJECT_ID and PROJECT_VERSION with the correct values.

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