wahebtalal/wnotifications

这是我的包 wnotifications

资助包维护!
wahebtalal

安装: 9

依赖项: 0

建议者: 0

安全性: 0

星标: 0

关注者: 1

分支: 0

开放问题: 1

语言:JavaScript

dev-main 2024-08-24 00:10 UTC

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

这里应该放置您的描述。尽量限制为一到两段话。考虑添加一个小示例。

安装

您可以通过 composer 安装此包

composer require wahebtalal/wnotifications

您可以使用以下命令发布配置文件

php artisan vendor:publish --tag="wnotifications-config"

可选,您可以使用以下命令发布视图

php artisan vendor:publish --tag="wnotifications-views"

用法

在 AppServiceProvider 中注册 WNotifications

use Filament\Notifications\Notification;
use Wahebtalal\WNotifications\WNotification;

$this->app->bind(Notification::class, WNotification::class);

测试

composer test

变更日志

有关最近更改的更多信息,请参阅变更日志

贡献

有关详细信息,请参阅贡献指南

安全漏洞

有关报告安全漏洞的详细信息,请参阅我们的安全策略

致谢

许可证

MIT 许可证 (MIT)。有关更多信息,请参阅许可证文件