infotechnohelp/cakephp-bulk-emails

用于 CakePHP 3 的插件

安装: 3

依赖: 0

建议: 0

安全性: 0

星星: 0

分支: 0

类型:cakephp-plugin

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

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