Looking to hire Laravel developers? Try LaraJobs

laravel_4_allpay maintained by lionweng

Description
Allpay Service Provider for Laravel 4.
Author
Last update
2015/05/27 11:56 (dev-master)
License
Downloads
45
Tags

Comments
comments powered by Disqus

#Allpay SDK wrapper for Laravel 4

#Setup composer.json:

"require": { "lionweng/laravel_4_allpay": "dev-master" }

composer:

$ composer update

#Package app/config/app.php -> providers:

'providers' => array( // ...

'Lionweng\Allpay\AllpayServiceProvider',

)

app/config/app.php -> aliases:

'aliases' => array( // ... 'Allpay' => 'Lionweng\Allpay\Facade\Allpay', )

#Setting config -> app/config/laravel_4_allpay.php: