Programster's Blog

Tutorials focusing on Linux, programming, and open-source

Laravel - Turn Exceptions Into API Responses

Learn how to get Laravel to turn exceptions into legitmate API responses, rather than having to catch them and convert them manually each time.