Laravel wrapper for Everflow API
composer require codegreencreative/laravel-everflow:^1.0For Laravel 5.6+, this package uses service provider and alias auto discovery. You can still add the service provider and alias below in config/app.php.
CodeGreenCreative\Everflow\EverflowServiceProvider::class,
in the providers array and optionally
'Everflow' => CodeGreenCreative\Everflow\EverflowFacade::class,
to the aliases array.
Publish everflow.php config file.
php artisan vendor:publish --provider="CodeGreenCreative\Everflow\EverflowServiceProvider" --tag="everflow-config"Fill in your Everflow API key. Default values are used below.
EVERFLOW_API_KEY=