google/appengine-php-cakephp-starter-app
最新稳定版本:3.0.3-p2
Composer 安装命令:
composer create-project google/appengine-php-cakephp-starter-app
包简介
CakePHP skeleton app for Google App Engine
关键字:
README 文档
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.
统计信息
- 总下载量: 187
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 13
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-06-23