I\'m doing file uploads via AJAX on Laravel 5. I\'ve got pretty much everything working except one thing.
When I try to upload a file that is too big (Bigger than
Quick note on this... In Laravel 5.5 the exception is named "$exception" and not "$e" in the method.