flutterwavelaravel maintained by flutterwavedev
Description
The Official Laravel Package for Flutterwave
Author
Last update
2022/04/13 12:06
(dev-master)
License
Downloads
834
Tags
php - github - payments - laravel - open-source - laravel-5 - rave - flutterwave - kingflamez - ravepayco - flutterwave-rave
The Official Flutterwave Laravel Package
Integrate Flutterwave payment gateway easily with Laravel
- Go to Flutterwave Rave Live to get your
LIVEpublic and private key - Go to Flutterwave Rave Sandbox to get your
TESTpublic and private key
Documentation
- you need to require the package with composer.
composer require flutterwavedev/flutterwavelaravel
- make sure your register the service provider. Open up config/app.php and add the providers array.
Flutterwave\Rave\RaveServiceProvider::class
- make sure you add Flutterwave to the aliases
'Flutterwave' => KingFlamez\Rave\Facades\Rave::class
- run the command on your terminal
php artisan vendor:publish --provider="Flutterwave\Rave\RaveServiceProvider"
Sample Project using this package
find a sample project here
ToDo
- Support Direct Charges
- Support Tokenized payment
Credits
License
The MIT License (MIT). Please see License File for more information.