infotechnohelp/cakephp-bulk-emails

Plugin for CakePHP 3

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

This package is not auto-updated.

Last update: 2024-04-30 17:17:17 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