moox / security
这是我的安全包
0.1.1
2024-09-05 13:14 UTC
Requires
- moox/core: ^2.1.2
README
Moox Security
这是我的安全包
快速安装
以下两个命令就是您需要安装此包的所有内容
composer require moox/security php artisan mooxsecurity:install
好奇安装命令做了什么?请看以下手动安装说明。
功能
这里缺少了一些内容,比如关于此包的概述和截图,或者简单地链接到包的文档。
手动安装
您可以通过手动逐步安装此包,而不是使用安装命令 php artisan mooxsecurity:install
// Publish and run the migrations: php artisan vendor:publish --tag="security-migrations" php artisan migrate // Publish the config file with: php artisan vendor:publish --tag="security-config"
变更日志
请参阅 CHANGELOG 了解最近有哪些更改。
安全漏洞
请查阅 我们的安全策略 了解如何报告安全漏洞。
致谢
许可证
MIT 许可证 (MIT)。请参阅 许可证文件 了解更多信息。