Download the PHP package codegreencreative/laravel-everflow without Composer
On this page you can find all versions of the php package codegreencreative/laravel-everflow. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download codegreencreative/laravel-everflow
More information about codegreencreative/laravel-everflow
Files in codegreencreative/laravel-everflow
Download codegreencreative/laravel-everflow
More information about codegreencreative/laravel-everflow
Files in codegreencreative/laravel-everflow
Vendor codegreencreative
Package laravel-everflow
Short Description Laravel wrapper for Everflow API
License MIT
Package laravel-everflow
Short Description Laravel wrapper for Everflow API
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-everflow
Laravel Everflow
Laravel wrapper for Everflow API
Installation
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.
Environment
Fill in your Everflow API key. Default values are used below.
All versions of laravel-everflow with dependencies
PHP Build Version
Package Version
The package codegreencreative/laravel-everflow contains the following files
Loading the files please wait ....