I am working for an application that will have a Laravel based back-end and laravel + angularJs based front-end.
I have completed about 40% in back-end, now I need to implement the front-end, but I am not getting a best practice for that.
I have tried with login page but I am unable to get the errors and responses in json. I have checked in request, it shows me the login page with error in response.
I have searched a lot for that, and find the solution JWT for that.
Is there any other way to do that, so that I can get all responses and errors in json?