Snippets tagged “error-messages”
2 snippets use this tag.
- Displaying the Error Messages in Laravel after being Redirected from controllerPHP
In Laravel, you can use the withErrors method to pass error messages to a view after a redirect.
- PHP 5 disable strict standards errorPHP
To disable the strict standards error in PHP 5, you can add the following line at the top of your PHP script: