I have similar issue with this one: Install Dingo in Laravel 5.2 and get error when call the api
And I still don't know the answer. I have tried this: https://github.com/dingo/api/wiki/Configuration to setup my Dingo. When I try to access the API, it returns nothing. Is there any solution?
Or Dingo simply just not compatible with Laravel 5.2?
add service provider in config/app.php
and make sure you have fill (not null) and add these at .env file
then follow another steps in https://github.com/dingo/api/wiki/