codegreencreative / laravel-everflow
Laravel wrapper for Everflow API
Installs: 4 006
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 2
Open Issues: 1
Requires
- php: ^7.2
- illuminate/support: *
This package is auto-updated.
Last update: 2024-11-17 04:09:33 UTC
README
Laravel wrapper for Everflow API
Installation
composer require codegreencreative/laravel-everflow:^1.0
For 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.
Configuration
Publish everflow.php
config file.
php artisan vendor:publish --provider="CodeGreenCreative\Everflow\EverflowServiceProvider" --tag="everflow-config"
Environment
Fill in your Everflow API key. Default values are used below.
EVERFLOW_API_KEY=