Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bagisto/bagisto-mollie-payment
The Laravel eCommerce Mollie Payment Gateway allows the merchants to integrate Mollie payment gateway to their bagisto Store.
https://github.com/bagisto/bagisto-mollie-payment
ecommerce laravel mollie opensource payment payment-gateway payment-integration payment-module paymentmethods
Last synced: about 2 months ago
JSON representation
The Laravel eCommerce Mollie Payment Gateway allows the merchants to integrate Mollie payment gateway to their bagisto Store.
- Host: GitHub
- URL: https://github.com/bagisto/bagisto-mollie-payment
- Owner: bagisto
- License: mit
- Created: 2022-01-10T08:29:58.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-17T13:26:08.000Z (almost 3 years ago)
- Last Synced: 2024-10-30T02:55:46.098Z (2 months ago)
- Topics: ecommerce, laravel, mollie, opensource, payment, payment-gateway, payment-integration, payment-module, paymentmethods
- Language: PHP
- Homepage: https://bit.ly/3HT6YQL
- Size: 11.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG for v1.3.x.md
- License: LICENSE
Awesome Lists containing this project
README
# 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'
```php
\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.