quankim/cakephp-backend
Composer 安装命令:
composer create-project quankim/cakephp-backend
包简介
CakePHP skeleton app for server backend
README 文档
README
CakePHP Application Skeleton For Backend Server
A skeleton for creating applications with CakePHP 3.x.
The framework source code can be found here: cakephp/cakephp.
Installation
- Download Composer or update
composer self-update. - Run
php composer.phar create-project --prefer-dist quankim/cake-backend [app_name].
If Composer is installed globally, run
composer create-project --prefer-dist quankim/cake-backend [app_name]
You should now be able to visit the path to where you installed the app and see the setup traffic lights.
Configuration
Read and edit config/app.php and setup the 'Datasources' and any other
configuration relevant for your application.
Use
Migration database
bin/cake migrations migrate
统计信息
- 总下载量: 28
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-03-28