PHPackages                             devmohy/laravel-budpay - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. devmohy/laravel-budpay

ActiveLibrary

devmohy/laravel-budpay
======================

A Laravel package for budpay

1.0.0(2y ago)04MITPHP

Since Jun 18Pushed 2y ago1 watchersCompare

[ Source](https://github.com/devmohy/laravel-budpay)[ Packagist](https://packagist.org/packages/devmohy/laravel-budpay)[ RSS](/packages/devmohy-laravel-budpay/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Laravel Budpay
==============

[](#laravel-budpay)

Laravel Budpay is a package that provides integration with the Budpay payment gateway for Laravel applications.

Installation
------------

[](#installation)

You can install the Laravel Budpay package via Composer by running the following command:

```
composer require devmohy/laravel-budpay
```

Configuration
-------------

[](#configuration)

After installing the package, you need to publish the configuration file. Run the following command:

```
php artisan vendor:publish --provider="Devmohy\Budpay\BudpayServiceProvider"
```

This will create a `budpay.php` configuration file in the `config` directory of your Laravel application. Open the file and set your Budpay secret key:

```
