lowg33kdev/cakephp-app
Composer 安装命令:
composer create-project lowg33kdev/cakephp-app
包简介
CakePHP skeleton app
README 文档
README
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 lowg33kdev/cakephp-app [app_name].
If Composer is installed globally, run
composer create-project --prefer-dist lowg33kdev/cakephp-app [app_name]
You should now be able to visit the path to where you installed the app and see the default home page.
Configuration
Read and edit config/app.php and setup the 'Datasources' and any other
configuration relevant for your application.
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-09-28