3xw / cakephp-fundraising
CakePHP fundraising plugin
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:cakephp-plugin
Requires
- php: >=5.5.9
- cakephp/cakephp: ^3.3
- stripe/stripe-php: ^5.1
Requires (Dev)
This package is auto-updated.
Last update: 2024-12-24 05:58:41 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