infotechnohelp/cakephp-bulk-emails

Plugin for CakePHP 3

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:cakephp-plugin

pkg:composer/infotechnohelp/cakephp-bulk-emails

dev-master 2018-07-31 17:02 UTC

This package is not auto-updated.

Last update: 2025-10-15 00:21:56 UTC


README

Load plugin

Add this line to APP/config/bootstrap.php

Plugin::load('Infotechnohelp/CakePhp/BulkEmails');

Migrate tables into APP

CakePHP 3+ APP root

$ bin/cake migrations migrate --plugin Infotechnohelp/CakePhp/BulkEmails

$ bin/cake migrations seed --plugin Infotechnohelp/CakePhp/BulkEmails