This package records all incoming requests with Laravel Pulse. They are categorized in 5 buckets according to their response's http status.
You can install the package via composer:
composer require chrysanthos/pulse-requests
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 => [],
(...)
]
Please see CHANGELOG for more information on what has changed recently.
Please contact me directly via email.
The MIT License (MIT). Please see License File for more information.