laraxot/module_notify_fila3

专门管理通知的模块


README

专门用于管理通知的模块(电子邮件、短信等)

将模块添加到项目基础中

在 laravel/Modules 文件夹内

git submodule add https://github.com/laraxot/module_notify_fila3.git Notify

检查模块是否激活

php artisan module:list

如果未激活,则启用

php artisan module:enable Notify

执行迁移

php artisan module:migrate Notify

发送电子邮件的测试

SMTP 页面测试