saschahemleb/laravel-grafana

A saschahemleb/php-grafana-api-client bridge for Laravel

v1.0.0-alpha.3 2023-07-20 07:29 UTC

This package is auto-updated.

Last update: 2024-05-20 09:13:41 UTC


README

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"