3xw / cakephp-fundraising
There is no license information available for the latest version (dev-master) of this package.
CakePHP fundraising plugin
Package info
github.com/3xw/cakephp-fundraising
Type:cakephp-plugin
pkg:composer/3xw/cakephp-fundraising
dev-master
2017-09-25 12:44 UTC
Requires
- php: >=5.5.9
- cakephp/cakephp: ^3.3
- stripe/stripe-php: ^5.1
Requires (Dev)
This package is auto-updated.
Last update: 2026-02-24 08:27: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