Integrate Flutterwave payment gateway easily with Laravel
- Go to Flutterwave Rave Live to get your
LIVE
public and private key - Go to Flutterwave Rave Sandbox to get your
TEST
public and private key
- 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"
find a sample project here
- Support Direct Charges
- Support Tokenized payment
The MIT License (MIT). Please see License File for more information.