https://github.com/bagisto/bagisto-weaccept-payment
The Laravel eCommerce Accept Payment Gateway allows the customer to make use of Accept payment gateway in the Bagisto eCommerce website.
https://github.com/bagisto/bagisto-weaccept-payment
accept-payments ecommerce laravel payment payment-gateway payment-integration paymentmethods website
Last synced: about 1 year ago
JSON representation
The Laravel eCommerce Accept Payment Gateway allows the customer to make use of Accept payment gateway in the Bagisto eCommerce website.
- Host: GitHub
- URL: https://github.com/bagisto/bagisto-weaccept-payment
- Owner: bagisto
- License: mit
- Created: 2022-01-10T11:08:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-17T11:45:50.000Z (over 4 years ago)
- Last Synced: 2025-04-19T19:05:26.750Z (about 1 year ago)
- Topics: accept-payments, ecommerce, laravel, payment, payment-gateway, payment-integration, paymentmethods, website
- Language: PHP
- Homepage: https://bit.ly/3rbP7O2
- Size: 19.5 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG for v0.1.x.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
Bagisto WeAccept add-on allow customers to pay for others using WeAccept payment gateway.
## Requirements:
- **Bagisto**: 1.3.2
## Installation :
- Run the following command
```
composer require bagisto/bagisto-weaccept-payment
```
- Goto config/concord.php file and add following line under 'modules'
```php
\Webkul\WeAccept\Providers\ModuleServiceProvider::class
```
- WeAccept Merchent Account's URL
- Transaction response callback
```
https://yourdomain.com/weaccept/paymob_txn_response_callback
```
- Run these commands below to complete the setup
```
composer dump-autoload
```
```
php artisan migrate
php artisan route:cache
php artisan optimize
```
```
php artisan vendor:publish
```
-> Press 0 and then press enter to publish all assets and configurations.
> That's it, now just execute the project on your specified domain.