shakvoort / laravel-health-api-dashboard
A dashboard for shakvoort/lumen-health which provides an overview of the system status and connects to shakvoort/lumen-health
This package's canonical repository appears to be gone and the package has been frozen as a result.
v0.21
2019-03-27 13:51 UTC
README
Laravel health API dashboard
A laravel extension which integrates with shakvoort/lumen-health
and publishes a dashboard on /dashboard
Installation
Install the plugin using the following command
composer require shakvoort/laravel-health-api-dashboard
After the installation run the following command to publish the resources to your public
directory:
php artisan vendor:publish --provider="shakvoort\HealthDashboard\HealthDashboardServiceProvider" --force