Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/atomita/mixi
- Owner: atomita
- Created: 2013-11-25T13:18:04.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-12T08:40:36.000Z (almost 11 years ago)
- Last Synced: 2024-10-10T12:44:28.106Z (26 days ago)
- Language: PHP
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.