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 year 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-17T12:28:24.000Z (over 4 years ago)
- Last Synced: 2025-03-28T15:51:58.609Z (about 1 year 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: 3
- 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.