atomita/mixi

mixi Graph API for Laravel 4

0.0.3 2013-11-27 10:53 UTC

This package is not auto-updated.

Last update: 2024-04-23 00:22:29 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.