mamoun2020 / bop
integration with palestine banks (bank of palestine)
dev-main
2023-06-23 10:41 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-23 17:21:13 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