Skip to content
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.
/ cakephp3-bookmarkr Public archive

A Sample CakePHP 3 application built with the Crud plugin

Notifications You must be signed in to change notification settings

lorenzo/cakephp3-bookmarkr

Repository files navigation

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.

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