laravel-grafana maintained by saschahemleb
Laravel Grafana
Laravel Grafana is a PhpGrafanaApiClient bridge for Laravel.
Installation
Via Composer
$ composer require saschahemleb/laravel-grafana
Configuration
First, publish the config from this package, which results in the creation of a new file config/grafana.php.
php artisan vendor:publish --provider "Saschahemleb\\LaravelGrafana\\GrafanaServiceProvider"