atomita / mixi
mixi Graph API for Laravel 4
0.0.3
2013-11-27 10:53 UTC
Requires
- php: >=5.3.0
- illuminate/support: 4.0.*
This package is not auto-updated.
Last update: 2026-03-10 09:04:11 UTC
README
Mixi API for Laravel 4
Installation
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', )
Configuration
Run php artisan config:publish atomita/mixi and modify the config file with your own informations.