Download the PHP package paulo-hortelan/requests-graph-pulse without Composer
On this page you can find all versions of the php package paulo-hortelan/requests-graph-pulse. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download paulo-hortelan/requests-graph-pulse
More information about paulo-hortelan/requests-graph-pulse
Files in paulo-hortelan/requests-graph-pulse
Package requests-graph-pulse
Short Description This is my package requests-graph-pulse
License MIT
Homepage https://github.com/paulo-hortelan/requests-graph-pulse
Informations about the package requests-graph-pulse
Requests Graph for Laravel Pulse
Credits to Aaron Francis for his Pulse tutorial.
This is a Laravel Pulse package that adds a graph showing the latest requests.
- Customizable requests status to be shown
Installation
You can install the package via composer:
Register the recorder
Add the RequestsGraphRecorder
inside config/pulse.php
. (If you don\'t have this file make sure you have published the config file of Larave Pulse using php artisan vendor:publish --tag=pulse-config
)
Add to your dashboard
To add the card to the Pulse dashboard, you must first publish the vendor view.
Then, you can modify the dashboard.blade.php
file and add the requests-graph livewire template:
Testing
TODO
- Give the option to record the endpoint for each request
- Filter the graph requests for selected endpoint
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Paulo Hortelan
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of requests-graph-pulse with dependencies
illuminate/contracts Version ^10.0|^11.0
laravel/pulse Version ^1.0@beta
spatie/laravel-package-tools Version ^1.14.0