2017 © Pedro Peláez
 

cakephp-plugin cakephp-newsletter

CakePHP newsletter plugin

image

3xw/cakephp-newsletter

CakePHP newsletter plugin

  • Tuesday, September 26, 2017
  • by awallef
  • Repository
  • 2 Watchers
  • 0 Stars
  • 24 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

cakephp-newsletter 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-newsletter

Load it in your config/boostrap.php, (*4)

Plugin::load('Trois/Newsletter', ['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/Newsletter

more to come

The Versions

26/09 2017

dev-master

9999999-dev

CakePHP newsletter plugin

  Sources   Download

The Requires

 

The Development Requires