CakePHP Application Example Using the Crud Plugin
May 8, 2015 ยท View on GitHub
This is an example applicaiton that implements the bookmarker tutorial form the CakePHP manual, but using the super powerful Crud plugin.
Installation
- Download Composer or update
composer self-update. - 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