wahebtalal / wnotifications
这是我的包 wnotifications
dev-main
2024-08-24 00:10 UTC
Requires
- php: ^8.1
- filament/filament: ^3.2
- filament/notifications: ^3.2
- spatie/laravel-package-tools: ^1.15.0
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.9
- nunomaduro/larastan: ^2.0.1
- orchestra/testbench: ^8.0
- pestphp/pest: ^2.1
- pestphp/pest-plugin-arch: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- spatie/laravel-ray: ^1.26
This package is not auto-updated.
Last update: 2024-09-21 00:25:27 UTC
README
这里应该放置您的描述。尽量限制为一到两段话。考虑添加一个小示例。
安装
您可以通过 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)。有关更多信息,请参阅许可证文件。