laravel-grafana

Laravel Grafana is a saschahemleb/php-grafana-api-client bridge for Laravel.

Downloads
3.2K
Stars
6

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"