Package Data | |
---|---|
Maintainer Username: | atomita |
Maintainer Contact: | atom.at.omita@gmail.com (atomita) |
Package Create Date: | 2013-11-25 |
Package Last Update: | 2013-12-12 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-24 15:05:57 |
Package Statistics | |
---|---|
Total Downloads: | 23 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Mixi API for Laravel 4
Add atomita/mixi
to composer.json
.
"atomita/mixi": "dev-master"
Run composer update
to pull down the latest version of Mixi.
Now open up app/config/app.php
and add the service provider to your providers
array.
'providers' => array(
'Atomita\Mixi\MixiServiceProvider',
)
Now add the alias.
'aliases' => array(
'Mixi' => 'Atomita\Mixi\MixiFacade',
)
Run php artisan config:publish atomita/mixi
and modify the config file with your own informations.