coolops/web-app
Composer 安装命令:
composer create-project coolops/web-app
包简介
CoolOps web application skeleton (based on CakePHP 3 & MaterializeCSS)
README 文档
README
A skeleton for creating coolops web 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 coolops/web-app [app_name].
If Composer is installed globally, run
composer create-project --prefer-dist coolops/web-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
Read and edit config/app.php and setup the 'Datasources' and any other
configuration relevant for your application.
统计信息
- 总下载量: 498
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 15
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-01-29