loomiq/filament-email
Composer 安装命令:
composer require loomiq/filament-email
包简介
Control everything regarding emails with one plugin.
README 文档
README
Control everything regarding emails with one plugin.
Installation
You can install the package via composer:
composer require loomiq/filament-email
Publish and run the migrations with
php artisan vendor:publish --tag="filament-email-migrations"
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --tag="filament-email-config"
Register the plugin through your panel service provider:
// add this within return $panel: ->plugin(\Loomiq\FilamentEmail\FilamentEmailPlugin::make())
Testing
composer test
Screenshots
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-08-11
