Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bagisto/bagisto-vapulus-payment
Integrate Vapulus Payment Gateway with your laravel eCommerce store
https://github.com/bagisto/bagisto-vapulus-payment
ecommerce laravel opensource payment payment-gateway payment-integration paymentmethods vapulus-payment-gateway
Last synced: about 1 month ago
JSON representation
Integrate Vapulus Payment Gateway with your laravel eCommerce store
- Host: GitHub
- URL: https://github.com/bagisto/bagisto-vapulus-payment
- Owner: bagisto
- License: mit
- Created: 2022-01-12T11:52:52.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-17T12:28:24.000Z (almost 3 years ago)
- Last Synced: 2024-09-29T11:45:20.325Z (about 1 month ago)
- Topics: ecommerce, laravel, opensource, payment, payment-gateway, payment-integration, paymentmethods, vapulus-payment-gateway
- Language: PHP
- Homepage: https://bit.ly/3nhCn7F
- Size: 20.5 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG for v1.3.x.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
Integrate Vapulus Payment Gateway with your laravel eCommerce store.
It packs in lots of demanding features that allows your business to scale in no time:
- Provide payment directly to the admin account.
- Accept all the cards that Vapulus supports.
- Admin can check the transaction details at admin panel.## Requirements:
- **Bagisto**: 1.3.2.
## Installation :
- Run the following command
```
composer require bagisto/bagisto-vapulus-payment
```- Goto config/concord.php file and add following line under 'modules'
```php
\Webkul\Vapulus\Providers\ModuleServiceProvider::class
```- Run these commands below to complete the setup
```
composer dump-autoload
``````
php artisan migrate
php artisan route:cache
php artisan config:cache
``````
php artisan vendor:publish
```
-> Press 0 and then press enter to publish all assets and configurations.## Configuration
- To signup for the Vapulus merchant account, follow the below URL, You will get the website Id, App Id, SecureHesh, and Password after signup:```
https://app.vapulus.com/business/signup
```
> That's it, now just execute the project on your specified domain.