3xw/cakephp-fundraising

There is no license information available for the latest version (dev-master) of this package.

CakePHP fundraising plugin

Installs: 20

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:cakephp-plugin

dev-master 2017-09-25 12:44 UTC

This package is auto-updated.

Last update: 2024-03-24 04:09:44 UTC


README

This plugin allows you cache and store data in redis engine

Installation

You can install this plugin into your CakePHP application using composer.

The recommended way to install composer packages is:

composer require 3xw/cakephp-fundraising

Load it in your config/boostrap.php

Plugin::load('Trois/Fundraising', ['routes' => true, 'bootstrap' => true]);

Run the following command in the CakePHP console to create the tables using the Migrations plugin:

bin/cake Migrations migrate -p Trois/Fundraising

more to come