2017 © Pedro Peláez
 

project cakephp3-bookmarker

CakePHP Example App using the Crud plugin

image

lorenzo/cakephp3-bookmarker

CakePHP Example App using the Crud plugin

  • Friday, May 8, 2015
  • by lorenzo
  • Repository
  • 2 Watchers
  • 15 Stars
  • 256 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 5 Versions
  • 2 % Grown

The README.md

CakePHP Application Example Using the Crud Plugin

This is an example applicaiton that implements the bookmarker tutorial form the CakePHP manual, but using the super powerful Crud plugin., (*1)

Installation

  1. Download Composer or update composer self-update.
  2. Run php composer.phar create-project --prefer-dist -s dev lorenzo/cakephp3-bookmarker [app_name].

Configuration

Read and edit config/app.php and setup the 'Datasources' and any other configuration relevant for your application., (*2)

Run migrations

After setting up the databse, load the tables, (*3)

bin/cake migrations migrate

The Versions