Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saschahemleb/laravel-grafana

Laravel Grafana is a saschahemleb/php-grafana-api-client bridge for Laravel.
https://github.com/saschahemleb/laravel-grafana

composer grafana laravel php

Last synced: 24 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Laravel Grafana

Laravel Grafana is a [PhpGrafanaApiClient](https://github.com/saschahemleb/php-grafana-api-client) bridge for Laravel.

## Installation

Via Composer

``` bash
$ 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`.
```bash
php artisan vendor:publish --provider "Saschahemleb\\LaravelGrafana\\GrafanaServiceProvider"
```