google / appengine-php-cakephp-starter-app
CakePHP skeleton app for Google App Engine
Installs: 187
Dependents: 0
Suggesters: 0
Security: 0
Stars: 13
Watchers: 17
Forks: 12
Open Issues: 3
Type:project
Requires
- php: >=5.4.16
- cakephp/cakephp: ~3.0
- cakephp/migrations: ~1.0
- cakephp/plugin-installer: *
- mobiledetect/mobiledetectlib: 2.*
Requires (Dev)
- cakephp/bake: ~1.0
- cakephp/debug_kit: ~3.0
- psy/psysh: @stable
Suggests
- cakephp/cakephp-codesniffer: Allows to check the code against the coding standards used in CakePHP.
- phpunit/phpunit: Allows automated tests to be run without system-wide install.
This package is not auto-updated.
Last update: 2020-12-11 21:58:41 UTC
README
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
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.