| 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: | 2025-11-12 03:05:55 |
| Package Statistics | |
|---|---|
| Total Downloads: | 25 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| 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.