infotechnohelp / cakephp-bulk-emails
Plugin for CakePHP 3
dev-master
2018-07-31 14:02 UTC
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-03-04 21:09:27 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