Modify Laravel API Unauthenticated Message
When building API that requires authentication to access the resource in laravel.
You get "unauthenticated" as response and code of 401. The illustrattion below is an example of the message you get.
{"message" : "Unauthenticated."}
I find it quite no...
teeque.hashnode.dev1 min read