ayman / quick_cake
This package is abandoned and no longer maintained.
No replacement package was suggested.
CakePHP basic cms app
v1.0-beta.1
2015-05-11 23:10 UTC
Requires
- php: >=5.4.16
- cakephp/cakephp: ~3.0
- cakephp/migrations: ~1.0
- cakephp/plugin-installer: *
- davidyell/proffer: dev-master
- friendsofcake/bootstrap-ui: ~0.3
- friendsofcake/crud: ~4.0
- mobiledetect/mobiledetectlib: 2.*
Requires (Dev)
- cakephp/bake: ~1.0
- cakephp/debug_kit: ~3.0
- psy/psysh: @stable
Suggests
- cakephp/cakephp-codesniffer: Allows to check the code against the coding standards used in CakePHP.
- phpunit/phpunit: Allows automated tests to be run without system-wide install.
This package is not auto-updated.
Last update: 2024-06-26 08:34:54 UTC
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