dutchcodingcompany / pulse-spatie-health
A Laravel Pulse card to show the results of the Spatie Health package.
Fund package maintenance!
:vendor_name
Installs: 2 960
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 2
Forks: 0
Open Issues: 1
Language:Blade
Requires
- php: ^8.1
- illuminate/contracts: ^10.0|^11.0
- laravel/pulse: ^1.0@beta
- spatie/laravel-health: ^1.27.0
- spatie/laravel-package-tools: ^1.14.0
Requires (Dev)
- larastan/larastan: ^2.0.1
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.8|^8.1
- spatie/laravel-ray: ^1.26
This package is auto-updated.
Last update: 2024-10-08 22:34:34 UTC
README
Display the results of the spatie/laravel-health package on the Laravel Pulse dashboard.
Installation
Installation
You can install the package via composer:
composer require dutchcodingcompany/pulse-spatie-health
Usage
You need to publish the Pulse Dashboard view with the following command:
php artisan vendor:publish --tag=pulse-dashboard
Now you can add the card to the dashboard view (resources/views/vendor/pulse/dashboard.blade.php
):
<x-pulse> <livewire:pulse.spatie-health cols="6"/> {{-- Add more cards here --}} </x-pulse>
Follow the spatie/laravel-health documentation to configure the health checks.
Customization
Optionally you can publish the config file with:
php artisan vendor:publish --tag="pulse-spatie-health-config"
You can use the config to hide checks from the pulse dashboard. This can be useful if you want to hide checks that are not relevant for the dashboard.
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
License
The MIT License (MIT). Please see License File for more information.