google/appengine-php-cakephp-starter-app

This package is abandoned and no longer maintained. No replacement package was suggested.

CakePHP skeleton app for Google App Engine

3.0.3-p2 2015-06-23 23:56 UTC

This package is not auto-updated.

Last update: 2020-12-11 21:58:41 UTC


README

status: inactive

CakePHP Application Skeleton

License

A skeleton for creating Google App Engine applications with CakePHP 3.0.

Installation

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

If Composer is installed globally, run

composer create-project --prefer-dist google/appengine-php-cakephp-starter-app [app_name]

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

Configuration

The composer install script will ask for the production and development database configurations, and create the correct app.yaml file for the application.

If these details need updating then edit the app.yaml and configure the MySQL environment variables to connect to the updated MySQL configuration relevant for your application.