agp / notification
Laravel通知包。
1.0.5
2020-10-05 19:21 UTC
Requires
- php: >=7.3
- agp/base-utils: ^1.0
This package is not auto-updated.
Last update: 2024-09-20 00:26:09 UTC
README
AGPIX
简介
提供Laravel功能函数和基础类的包。包含
- NotificationController: 提供标记单个或所有通知为已读的方法。
- Web: 提供标记单个或所有通知为已读的路由。
- DataBaseNotification: 提供通知的表覆盖和连接。
- Trait HasDatabaseNotifications.php: 提供对实体DataBaseNotification的覆盖,Notifiable.php: 提供对实体DataBaseNotification的覆盖。
项目Git
讨论论坛
安装
检查此包的依赖项。
环境变量
NOTIFICATION_TABLE
: 包含通知的表(log_notifications)。NOTIFICATION_CONNECTION
: 通知表的连接名称。
在要安装此包的项目上执行
composer require agp/notification
php artisan vendor:publish --provider=Agp\Notification\AgpNotificationServiceProvider
php artisan config:cache
版权
AGP @ 2020