Skip to content
On this page

Installation

By following these instructions, you will be able to easily install the package.

Prerequisite

PHP 8.0, Laravel 8+ and Composer are required.

To get the latest version of the package, simply use composer

bash
composer require musahmusah/laravel-multipayment-gateways

Configuration

Publish the configuration file using this command:

bash
php artisan vendor:publish --provider="MusahMusah\LaravelMultipaymentGateways\LaravelMultipaymentGatewaysServiceProvider"

Released under the MIT License.