When laravel returns an error, the "message" property is truncated with an ellipses at the end. Many times I can't fully diagnose what's wrong because the message is not complete.
The image below shows an example error response from Laravel. The message is reporting that there is a syntax error in the query, but it's cut off so I don't know exactly where the syntax error is: 
Any idea of how to get Laravel to show the full message?