Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
/ Laravel-v2 Public archive
forked from kingflamez/laravelrave

A Laravel 5 Package for Flutterwave Rave πŸ’΅πŸ¦πŸ’³πŸ“±

License

Notifications You must be signed in to change notification settings

Flutterwave/Laravel-v2

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

The Official Flutterwave Laravel Package

Latest Version on Packagist Software License Total Downloads

Integrate Flutterwave payment gateway easily with Laravel

Documentation

  1. you need to require the package with composer.

composer require flutterwavedev/flutterwavelaravel

  1. make sure your register the service provider. Open up config/app.php and add the providers array.

Flutterwave\Rave\RaveServiceProvider::class

  1. make sure you add Flutterwave to the aliases

'Flutterwave' => KingFlamez\Rave\Facades\Rave::class

  1. 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.

About

A Laravel 5 Package for Flutterwave Rave πŸ’΅πŸ¦πŸ’³πŸ“±

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%