PHPackages                             startupmasters/laravel-epay - 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. startupmasters/laravel-epay

ActiveLibrary

startupmasters/laravel-epay
===========================

This is epay package

v1.0.1(9y ago)1159MITPHPPHP &gt;=5.3.0

Since Nov 24Pushed 9y ago3 watchersCompare

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

READMEChangelogDependencies (2)Versions (3)Used By (0)

### Laravel-epay package

[](#laravel-epay-package)

\##Instalation

Add to your composer.json file
==============================

[](#add-to-your-composerjson-file)

```
"startupmasters/epay":"1.0.*"
```

\#Update composer file

`composer update`

\#In config\\app.php -in 'providers' array

```
StartupMasters\Epay\Epay\EpayServiceProvider::class,
```

...

-in 'aliases' array

```
   'Epay'  => StartupMasters\Epay\Facades\Epay::class
```

\#Publish config files

```
php artisan vendor:publish --tag=config
```

\#How to use Add to config-epay.php

```
