Download the PHP package monteirofutila/laravel-backup-pulse without Composer
On this page you can find all versions of the php package monteirofutila/laravel-backup-pulse. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download monteirofutila/laravel-backup-pulse
More information about monteirofutila/laravel-backup-pulse
Files in monteirofutila/laravel-backup-pulse
Package laravel-backup-pulse
Short Description A Laravel Pulse card to monitor the health of the backups, and show an overview of all backups
License MIT
Homepage https://github.com/monteirofutila/laravel-backup-pulse
Informations about the package laravel-backup-pulse
Laravel Backup Pulse
A Laravel Pulse card to monitor the health of the backups, and show an overview of all backups managed by the Laravel-Backup package.
Installation
You can install the package via composer:
Optionally, you can publish the views using
Register the recorder
To run the checks you must add the LaravelBackupPulseRecorder to the pulse.php file.
You also need to be running the pulse:check command.
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:
Testing
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
- Monteiro Futila
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-backup-pulse with dependencies
illuminate/contracts Version ^10.0||^11.0
laravel/pulse Version ^1.2
spatie/laravel-backup Version ^9.1
spatie/laravel-package-tools Version ^1.16