saschahemleb/laravel-grafana

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

v1.0.0 2024-09-24 08:19 UTC

This package is auto-updated.

Last update: 2025-02-24 09:23:04 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"