moox/expiry
监控记录的过期情况
0.2.3
2024-09-24 14:21 UTC
Requires
- moox/core: ^2.1.4
README
Moox Expiry
监控记录的过期情况
快速安装
以下两个命令是您安装此包所需的所有内容
composer require moox/expiry php artisan mooxexpiry:install
想了解安装命令的作用?请查看以下手动安装部分。
它做什么
这里缺少一些内容,例如有关此包的概述和截图,或者直接链接到包的文档。
手动安装
您可以选择不使用安装命令 php artisan mooxexpiry:install
,而是可以手动逐步安装此包
// Publish and run the migrations: php artisan vendor:publish --tag="expiry-migrations" php artisan migrate // Publish the config file with: php artisan vendor:publish --tag="expiry-config"
更新日志
请参阅 更新日志 了解最近的变化。
安全漏洞
请查阅 我们的安全策略 了解如何报告安全漏洞。
致谢
许可证
MIT许可证(MIT)。请参阅 许可证文件 了解更多信息。