2017 © Pedro Peláez
 

project quick_cake

CakePHP basic cms app

image

ayman/quick_cake

CakePHP basic cms app

  • Friday, July 3, 2015
  • by ayman-alkom
  • Repository
  • 1 Watchers
  • 2 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

QuickCake: CakePHP Application Quick Start.

Build Status License, (*1)

A project for creating applications with CakePHP 3.0. Work as a basic CMS can be customized easily., (*2)

Included plugins:

  1. Bootstrap UI: Transparently use Twitter Bootstrap 3 with CakePHP 3.
  2. CRUD: CakePHP Application development on steroids - rapid prototyping / scaffolding & production ready code - JSON APIs and more.
  3. Proffer: An upload plugin for CakePHP 3.

Tables:

  1. Categories Table (with image support).
  2. Contents Table (with image support).

Installation:

  1. Download Composer or update composer self-update.
  2. Run php composer.phar create-project --prefer-dist ayman/quick_cake [app_name]., (*3)

    If Composer is installed globally, run, (*4)

    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, (*5)

$ "bin/cake" bake all bookmarks -t BootstrapUI, (*6)

The Versions