Looking to hire Laravel developers? Try LaraJobs

laravel-grafana maintained by saschahemleb

Description
A saschahemleb/php-grafana-api-client bridge for Laravel
Author
Last update
2024/09/24 10:19 (dev-main)
License
Downloads
5 753
Tags

Comments
comments powered by Disqus

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"