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-11-22 03:02:17 |
Package Statistics | |
---|---|
Total Downloads: | 25 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Moip with Laravel
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',
),