https://github.com/chrysanthos/pulse-requests
Incoming requests graph, grouped by status code for Laravel Pulse
https://github.com/chrysanthos/pulse-requests
hacktoberfest laravel laravel-package laravel-pulse pulse
Last synced: about 2 months ago
JSON representation
Incoming requests graph, grouped by status code for Laravel Pulse
- Host: GitHub
- URL: https://github.com/chrysanthos/pulse-requests
- Owner: chrysanthos
- License: mit
- Created: 2024-01-08T22:59:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-15T13:01:09.000Z (about 1 year ago)
- Last Synced: 2025-03-02T16:11:58.709Z (3 months ago)
- Topics: hacktoberfest, laravel, laravel-package, laravel-pulse, pulse
- Language: Blade
- Homepage:
- Size: 114 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Laravel Pulse Request Recorder
[](https://packagist.org/packages/chrysanthos/pulse-requests)
[](https://github.com/chrysanthos/pulse-requests/actions/workflows/formatting.yml)
[](https://packagist.org/packages/chrysanthos/pulse-requests)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:
```bash
composer require chrysanthos/pulse-requests
```## Usage
Add the card to your dashboard by editing `resources/views/vendor/pulse/dashboard.blade.php`
```php
(...)```
Add the recorder to your `config/pulse.php` file
```php
'recorders' => [
\Chrysanthos\PulseRequests\Recorders\RequestRecorder::class => [],
(...)
]
```## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Security Vulnerabilities
Please contact me directly via email.
## Credits
- [Chrysanthos Prodromou](https://github.com/chrysanthos)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.