drecon/molar

Moip on laravel
25
Install
composer require drecon/molar
PHP:>=5.3.0
License:MIT
Last Updated:Oct 18, 2013
Links: GitHub  ·  Packagist
Maintainer: Drecon

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',
),