cakephp-fundraising plugin for CakePHP
This plugin allows you cache and store data in redis engine, (*1)
Installation
You can install this plugin into your CakePHP application using composer., (*2)
The recommended way to install composer packages is:, (*3)
composer require 3xw/cakephp-fundraising
Load it in your config/boostrap.php, (*4)
Plugin::load('Trois/Fundraising', ['routes' => true, 'bootstrap' => true]);
Run the following command in the CakePHP console to create the tables using the Migrations plugin:, (*5)
bin/cake Migrations migrate -p Trois/Fundraising
more to come