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
Requires
- cakephp/cakephp: ^3.4
- infotechnohelp/template-manager: ^1.0
- vlucas/phpdotenv: ^2.4
Requires (Dev)
- doctrine/instantiator: 1.0.*
- phpunit/phpunit: ^5.7|^6.0
- squizlabs/php_codesniffer: ^3.2
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