Download the PHP package ohdearapp/ohdear-pulse without Composer
On this page you can find all versions of the php package ohdearapp/ohdear-pulse. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ohdearapp/ohdear-pulse
More information about ohdearapp/ohdear-pulse
Files in ohdearapp/ohdear-pulse
Package ohdear-pulse
Short Description Integrate Oh Dear with Laravel Pulse
License MIT
Homepage https://github.com/ohdearapp/ohdear-pulse
Informations about the package ohdear-pulse
Integrate Oh Dear with Laravel Pulse
This package contains Pulse cards that show results from Oh Dear in your Laravel Pulse dashboard.
Currently, there are three cards available:
Installation
You can install the package via composer:
In your config/services.php
file, add the following lines:
You can create an API token on the "API Tokens" page at Oh Dear. You'll find the site ID on the "Settings" page of a site on Oh Dear.
You can execute this artisan command to verify if you set up the configuration correctly.
Usage
There are currently three cards available:
ohdear.pulse.uptime
: displays the uptime and performance of a siteohdear.pulse.cron
: displays the results of the cron job monitoringohdear.pulse.brokenLinks
: displays any broken links that were detected
You can add the cards to your Pulse dashboard, by first publishing the Pulse's dashboard view:
Next, add the cards to the resources/views/vendor/pulse/dashboard.blade.php
file:
All these cards accept an optional site-id
attribute. If you don't provide it, the site ID from the config/services.php
file will be used.
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
- Freek Van der Herten
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of ohdear-pulse with dependencies
illuminate/contracts Version ^10.0|^11.0
laravel/pulse Version ^1.0@beta
ohdearapp/ohdear-php-sdk Version ^3.10
spatie/laravel-package-tools Version ^1.16.1