moox/notifications

这是我的包通知

0.0.6 2024-09-05 13:14 UTC

This package is auto-updated.

Last update: 2024-09-20 11:38:07 UTC


README

Moox Notification

Moox 通知

这是我的包通知

快速安装

以下两个命令就是您安装此包所需的所有命令。

composer require moox/notifications
php artisan mooxnotifications:install

好奇安装命令做什么?请查看以下手动安装说明。

它做什么

这里缺少一些内容,比如关于此包的概述和截图,或者简单地链接到包的文档。

手动安装

您可以使用安装命令 php artisan mooxnotifications:install 来手动逐步安装此包。

// Publish and run the migrations:
php artisan vendor:publish --tag="notifications-migrations"
php artisan migrate

// Publish the config file with:
php artisan vendor:publish --tag="notifications-config"

变更日志

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

安全漏洞

请查看我们的安全策略,了解如何报告安全漏洞。

致谢

许可证

MIT 许可证 (MIT)。请参阅许可证文件以获取更多信息。