superloop-ltd/lara-flux

0.1.0 2020-09-08 05:18 UTC

This package is auto-updated.

Last update: 2024-04-08 13:09:57 UTC


README

A simple wrapper for influxdb-php in Laravel.

WARNING

This package is in alpha and should not be used in production.

Installing

  • Install by composer command:
composer require superloop-ltd/lara-flux

This package use auto-discover, if using laravel <5.5 you must use below settings

  • Add this lines to yours config/app.php
'providers' => [
//  ...
    LaraFlux\ServiceProvider::class,
]