I am creating an api for a mobile application in laravel version 5.2, but I do not know how to return an exception in JSON format. I was developing the api and tested the chrome postman.
Please help me, how can I start with laravel 5.2?
I cannot figure out how to set the error response in laravel 5.2. I already tried under the plugin but still failed:
- json-api with laravel,
- dingo / api, it works with laravel 4
How can we authenticate in laravel 5.2 from a mobile application?
Something good, links and video links so I can learn and develop in laravel 5.2 very friendly.
source
share