ayman/quick_cake
最新稳定版本:v1.0-beta.1
Composer 安装命令:
composer create-project ayman/quick_cake
包简介
CakePHP basic cms app
README 文档
README
QuickCake: CakePHP Application Quick Start.
A project for creating applications with CakePHP 3.0. Work as a basic CMS can be customized easily.
Included plugins:
- Bootstrap UI: Transparently use Twitter Bootstrap 3 with CakePHP 3.
- CRUD: CakePHP Application development on steroids - rapid prototyping / scaffolding & production ready code - JSON APIs and more.
- Proffer: An upload plugin for CakePHP 3.
Tables:
- Categories Table (with image support).
- Contents Table (with image support).
Installation:
-
Download Composer or update
composer self-update. -
Run
php composer.phar create-project --prefer-dist ayman/quick_cake [app_name].If Composer is installed globally, run
composer create-project --prefer-dist ayman/quick_cake [app_name]
server:
`$ "bin/cake" server -p 5000`
Code generation with bake templates from BootstrapUI Plugin:
For example: bookmarks table
$ "bin/cake" bake all bookmarks -t BootstrapUI
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-05-13