lorenzo/cakephp3-bookmarker

This package is abandoned and no longer maintained. No replacement package was suggested.

CakePHP Example App using the Crud plugin

1.0.3 2015-05-08 13:49 UTC

This package is auto-updated.

Last update: 2020-01-25 12:04:19 UTC


README

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

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.

Run migrations

After setting up the databse, load the tables

bin/cake migrations migrate