Start of an API

This commit is contained in:
manavo
2014-11-24 18:01:11 +00:00
parent d9b71ff792
commit 9f54629359
9 changed files with 448 additions and 3 deletions

View File

@@ -6,13 +6,15 @@
"type": "project",
"require": {
"laravel/framework": "4.2.*",
"guzzlehttp/guzzle": "4.*"
"guzzlehttp/guzzle": "4.*",
"dingo/api": "~0.6"
},
"autoload": {
"classmap": [
"app/commands",
"app/controllers",
"app/models",
"app/transformers",
"app/database/migrations",
"app/database/seeds",
"app/tests/TestCase.php",