Skip to content

The Laravel eCommerce Mollie Payment Gateway allows the merchants to integrate Mollie payment gateway to their bagisto Store.

License

Notifications You must be signed in to change notification settings

bagisto/bagisto-mollie-payment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Mollie helps businesses of all sizes to sell and build more efficiently with a solid but easy-to-use payment solution. Start growing your business today with effortless payments.

  • Hassle free payment.
  • During the payment you have option to pay through various payment method like Paypal, Credit card etc.
  • Admin can set the API key and payment description.

Requirements:

  • Bagisto: v1.3.2

  • Up-to-date OpenSSL (or other SSL/TLS toolkit)

Installation :

  • Run the following command
composer require bagisto/bagisto-mollie-payment
  • Goto config/concord.php file and add following line under 'modules'
\Webkul\Mollie\Providers\ModuleServiceProvider::class
  • Run these commands below to complete the setup
composer dump-autoload
composer require mollie/laravel-mollie:^2.11
php artisan route:cache
php artisan optimize

That's it, now just execute the project on your specified domain.

About

The Laravel eCommerce Mollie Payment Gateway allows the merchants to integrate Mollie payment gateway to their bagisto Store.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published