lentex/requests-recorder
Composer 安装命令:
composer require lentex/requests-recorder
包简介
Laravel package that records every request to the application and saves it to DB
README 文档
README
This is just a showcase package used for a tutorial on Laravel package development using TDD. Package is not supposed
for production use. If you decide to use it nevertheless maybe think about overriding the GET /incoming-requests
route, so you don't expose the recorded requests on your production site.
Features
- Middleware that is executed on every route automatically
- JSON Body, method and uri of every request is recorded and stored in DB
- Exception: Within the config file you can choose which methods are included (for example: only GET)
- Console command that deletes all recorded requests
- Page listing all recorded requests
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2023-02-01