Created
July 12, 2020 07:14
-
-
Save tmyers273/6af77af2dc30a9047d1e114cffd37461 to your computer and use it in GitHub Desktop.
Laravel JSON Error Responses
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"message": "The given data was invalid.", | |
"errors": { | |
"email": ["The email field is required."], | |
"name": ["The name field is required."] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment