infotechnohelp / cakephp-bulk-emails
用于 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: 2024-10-01 19:21:26 UTC
README
加载插件
将此行添加到 APP/config/bootstrap.php
Plugin::load('Infotechnohelp/CakePhp/BulkEmails');
将表迁移到 APP 中
CakePHP 3+ APP 根目录
$ bin/cake migrations migrate --plugin Infotechnohelp/CakePhp/BulkEmails
$ bin/cake migrations seed --plugin Infotechnohelp/CakePhp/BulkEmails