| Compatibility | Bagisto v2.3.7 |
| Created | 1 year ago |
| Support | Contact Support |
Saferpay – the easy way to pay, we just released a new payment gateway for the newest saferpay API, it supports the latest Bagisto ; the default price is for one domain license, if you want to more license or service, please contact me via my email: [email protected].
The following is the installation steps for Bagisto – Saferpay Payment Gateway :
1. Once you have purchased the extension, Download the zip folder.
2.Unzip the folder and go to your Bagisto application path ‘packages’
and create a folder named ‘VM2X/Saferpay/’ upload ‘src’ folder
inside this path.
3. Then add the service provider to your “bootstrap/providers.php” file and register the VM2X Saferpay.
return [
//VM2X saferpay provider
VM2X\Saferpay\Providers\SaferpayServiceProvider::class,
]
4. Open composer.json and go to autoload psr-4.
“autoload”: {
“psr-4”: {
“VM2X\\Saferpay\\”: “packages/VM2X/Saferpay/src”
}
}
5.Open the command prompt and run 【composer dump-autoload】.
6. Run php artisan migrate
7.Run 【php artisan vendor:publish –provider=”VM2X\Saferpay\Providers\SaferpayServiceProvider”】
8. Run 【php artisan optimize:clear】 to clear the route and config cache .
If you have any query/concern/issues you can contact us anytime at [email protected]
If you have more details or questions, you can reply to the received confirmation email.
Back to Home