Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.56 KB

README.md

File metadata and controls

52 lines (35 loc) · 1.56 KB

Laravel Pulse Request Recorder

Latest Version on Packagist GitHub Code Style Action Total Downloads

This package records all incoming requests with Laravel Pulse. They are categorized in 5 buckets according to their response's http status.

screenshot.png

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.