Skip to content

Instantly share code, notes, and snippets.

@rayrinaldy
Created August 13, 2019 03:59
Show Gist options
  • Save rayrinaldy/4d93bf6e914e46c48c95a052c274ab99 to your computer and use it in GitHub Desktop.
Save rayrinaldy/4d93bf6e914e46c48c95a052c274ab99 to your computer and use it in GitHub Desktop.
Trigger 500 Error in Laravel
\App::abort(500, 'What you want to message');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment