Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bagisto/bagisto-aba-payment
The Laravel eCommerce ABA Payment Gateway module allows the admin to integrate the ABA payment gateway to the online store.
https://github.com/bagisto/bagisto-aba-payment
aba-payment ecommerce laravel opensource payment payment-gateway payment-integration payment-methods paymentmethods
Last synced: 4 days ago
JSON representation
The Laravel eCommerce ABA Payment Gateway module allows the admin to integrate the ABA payment gateway to the online store.
- Host: GitHub
- URL: https://github.com/bagisto/bagisto-aba-payment
- Owner: bagisto
- License: mit
- Created: 2022-01-12T12:15:05.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-17T12:24:31.000Z (almost 3 years ago)
- Last Synced: 2024-04-24T15:09:51.411Z (7 months ago)
- Topics: aba-payment, ecommerce, laravel, opensource, payment, payment-gateway, payment-integration, payment-methods, paymentmethods
- Language: PHP
- Homepage: https://bit.ly/3qnkXYY
- Size: 14.6 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
The Laravel eCommerce ABA Payment Gateway module allows the admin to integrate the ABA payment gateway to the online store.
## Requirements:
- **Bagisto**: v1.3.2.
## Installation :
- Run the following command
```
composer require bagisto/bagisto-aba-payment
```- 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.> now execute the project on your specified domain.