atomita / mixi
mixi Graph API for Laravel 4
Installs: 25
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/atomita/mixi
Requires
- php: >=5.3.0
- illuminate/support: 4.0.*
This package is not auto-updated.
Last update: 2025-09-23 06:51:09 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.