Download the PHP package google/appengine-php-cakephp-starter-app without Composer
On this page you can find all versions of the php package google/appengine-php-cakephp-starter-app. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download google/appengine-php-cakephp-starter-app
More information about google/appengine-php-cakephp-starter-app
Files in google/appengine-php-cakephp-starter-app
Package appengine-php-cakephp-starter-app
Short Description CakePHP skeleton app for Google App Engine
License MIT
Homepage https://cloud.google.com/appengine/docs/php/
Informations about the package appengine-php-cakephp-starter-app
CakePHP Application Skeleton
A skeleton for creating Google App Engine applications with CakePHP 3.0.
Installation
- Download Composer or update
composer self-update
. - Run
php composer.phar create-project --prefer-dist google/appengine-php-cakephp-starter-app [app_name]
.
If Composer is installed globally, run
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.
All versions of appengine-php-cakephp-starter-app with dependencies
cakephp/cakephp Version ~3.0
mobiledetect/mobiledetectlib Version 2.*
cakephp/migrations Version ~1.0
cakephp/plugin-installer Version *