Skip to content

isabella232/appengine-cakephp-starter-app

 
 

Repository files navigation

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.

About

CakePHP 3.0 application template for Google App Engine

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 88.3%
  • CSS 8.5%
  • Shell 1.9%
  • Batchfile 1.3%