Package Data | |
---|---|
Maintainer Username: | ViDavh |
Maintainer Contact: | vidavahdat98@gmail.com (Vida Vahdat) |
Package Create Date: | 2021-06-13 |
Package Last Update: | 2021-06-13 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-17 03:06:30 |
Package Statistics | |
---|---|
Total Downloads: | 7 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
This package is copied from larabook and made changes to compatible with Lumen .
First, install the package via Composer:
composer require vidavh/lumen-gateway
class_alias(\Vidavh\Gateway\Gateway::class, 'Gateway');
or
$app->withFacades(true, [
'Vidavh\Gateway\Gateway' => 'Gateway',
]);
$app->configure('gateway');
$app->register(\Vidavh\Gateway\PaymentServiceProvider::class);