tyondo/laravel-notifications
Composer 安装命令:
composer require tyondo/laravel-notifications
包简介
User notifications via email for Laravel 5.3 and 5.4.
README 文档
README
The ServiceProvider adds a route middleware you can use, called tyondo_notifications. You can apply this to a route or group to add Notifications support.
If you want Notifications to apply for all your routes, add it as global middleware in app/http/Kernel.php:
protected $middleware = [
....
\Tyondo\Notifications\Middleware\TyondoNotificationsMiddleware::class,
];
统计信息
- 总下载量: 50
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-03-06