Skip to content

Commit

Permalink
add dingo
Browse files Browse the repository at this point in the history
  • Loading branch information
vagrant committed Apr 13, 2018
1 parent 4dae884 commit baa6934
Show file tree
Hide file tree
Showing 12 changed files with 931 additions and 296 deletions.
9 changes: 8 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,11 @@ PUSHER_APP_CLUSTER=mt1


BAIDU_TRANSLATE_APPID=
BAIDU_TRANSLATE_KEY=
BAIDU_TRANSLATE_KEY=

# dingo config
API_STANDARDS_TREE=
API_SUBTYPE=
API_PREFIX=
API_VERSION=
API_DEBUG=
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"predis/predis": "~1.0",
"spatie/laravel-permission": "~2.7",
"summerblue/administrator": "~1.1",
"viacreative/sudo-su": "~1.1"
"viacreative/sudo-su": "~1.1",
"dingo/api": "2.0.0-alpha1"
},
"require-dev": {
"barryvdh/laravel-debugbar": "~3.1",
Expand Down
Loading

0 comments on commit baa6934

Please sign in to comment.