Download the PHP package kenkioko/flutterwave-laravel-v3 without Composer
On this page you can find all versions of the php package kenkioko/flutterwave-laravel-v3. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kenkioko/flutterwave-laravel-v3
More information about kenkioko/flutterwave-laravel-v3
Files in kenkioko/flutterwave-laravel-v3
Package flutterwave-laravel-v3
Short Description A Flutterwave's Version 3 Implementation For Laravel
License MIT
Homepage https://github.com/kenkioko/flutterwave-laravel-v3
Informations about the package flutterwave-laravel-v3
Flutterwave-Laravel-v3
Laravel Package for Flutterwave v3 APIs
Installation
To get the latest version of Flutterwave Rave for Laravel, simply use composer:
For Laravel => 5.5
, skip this step and go to configuration
Once Flutterwave Rave for Laravel is installed, you need to register the service provider. Open up config/app.php and add the following to the providers key.
Also add this to the aliases
Configuration
A configuration-file named flutterwave.php
will be placed in your config directory
Usage
Open your .env file and add your public key, secret key, environment variable and logo url like so:
-
FLUTTERWAVE_PUBLIC_KEY - This is the api public key gotten from your dashboard (compulsory)
-
FLUTTERWAVE_SECRET_KEY - This is the api secret key gotten from your dashboard (compulsory)
-
FLUTTERWAVE_ENCRYPTION_KEY - This is the encryption key gotten from your dashboard (compulsory)
- FLUTTERWAVE_ENV - This can be
staging
orlive
. Staging and live API keys can be from your dashboard (compulsory)
All versions of flutterwave-laravel-v3 with dependencies
illuminate/support Version ^5.0|^6.0|^7.0|^8.0
mashape/unirest-php Version ^3.0|^4.0