Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/atomita/mixi

Mixi API for Laravel 4
https://github.com/atomita/mixi

Last synced: 6 days ago
JSON representation

Mixi API for Laravel 4

Awesome Lists containing this project

README

        

# Mixi

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.
```php
'providers' => array(
'Atomita\Mixi\MixiServiceProvider',
)
```

Now add the alias.
```php
'aliases' => array(
'Mixi' => 'Atomita\Mixi\MixiFacade',
)
```

## Configuration

Run `php artisan config:publish atomita/mixi` and modify the config file with your own informations.