chrysanthos / pulse-requests
A Laravel Pulse package for Requests
Installs: 6 014
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
Requires
- php: ^8.1
- laravel/pulse: ^1.0@beta
Requires (Dev)
- mockery/mockery: ^1.5.0
- orchestra/testbench: ^8.17
- phpunit/phpunit: ^10
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.