chrysanthos/pulse-requests
最新稳定版本:1.0.5
Composer 安装命令:
composer require chrysanthos/pulse-requests
包简介
A Laravel Pulse package for Requests
README 文档
README
This package records all incoming requests with Laravel Pulse. They are categorized in 5 buckets according to their response's http status.
Installation
You can install the package via composer:
composer require chrysanthos/pulse-requests
Usage
Add the card to your dashboard by editing resources/views/vendor/pulse/dashboard.blade.php
<x-pulse>
<livewire:requests cols="8"/>
(...)
</x-pulse>
Add the recorder to your config/pulse.php file
'recorders' => [ \Chrysanthos\PulseRequests\Recorders\RequestRecorder::class => [], (...) ]
Changelog
Please see CHANGELOG for more information on what has changed recently.
Security Vulnerabilities
Please contact me directly via email.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 34.33k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 10
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 未知
