drecon / molar by Drecon

Moip on laravel
25
0
2
Package Data
Maintainer Username: Drecon
Maintainer Contact: reinaldo@drecon.com.br (Reinaldo)
Package Create Date: 2013-09-23
Package Last Update: 2013-10-18
Language: PHP
License: MIT
Last Refreshed: 2024-05-02 15:02:54
Package Statistics
Total Downloads: 25
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

Molar

Moip with Laravel

Setup

In the require key of composer.json file add the following

"drecon/molar": "dev-master"

Run the Composer update comand

$ composer update

In your config/app.php add 'Drecon\Molar\MolarServiceProvider' to the end of the $providers array

'providers' => array(

    'Illuminate\Foundation\Providers\ArtisanServiceProvider',
    'Illuminate\Auth\AuthServiceProvider',
    ...
    'Drecon\Molar\MolarServiceProvider',
),