ahmadabdallah/paymob is a Laravel package for a package to help with paymob integration.
It currently has 7 GitHub stars and 30 downloads on Packagist.
Install it with composer require ahmadabdallah/paymob.
Discover more Laravel packages by ahmadabdallah
or browse all Laravel packages to compare alternatives.
Last updated
A Laravel Package to help with Integration With Paymob gateway
Require via composer
$ composer require ahmadabdallah/paymob
In config/app.php file
'providers' => [
...
Ahmadabbdallah\PayMob\PayMobServiceProvider::class,
...
];
'aliases' => [
...
'PayMob' => Ahmadabbdallah\PayMob\Facades\PayMob::class,
...
];
First of all, make an account on WeAccept portal, run this command to generate the PayMob configuration file
$ php artisan vendor:publish
fill in the desired value for keys in `config/paymob.php` file in your .env file. Make sure to make an iframe in your dashboard .