mamoun2020 / bop
integration with palestine banks (bank of palestine)
dev-main
2023-06-23 10:41 UTC
This package is auto-updated.
Last update: 2024-12-23 14:01:41 UTC
README
integration with PowerCARD-eCommerce
Install
You can install the package via Composer:
composer require mamoun2020/bop
In L5.4 or below start by registering the package's the service provider and facade:
// config/app.php 'providers' => [ ... Mamoun2020\Bop\BopServiceProvider::class, ],
The facade is optional, but the rest of this guide assumes you're using the facade.
Next, publish the config files:
php artisan vendor:publish --provider="Mamoun2020\Bop\BopServiceProvider" --tag="config"
then,
php artisan migrate