Libraries tagged by error messages
brilliantpackages/laravel-fmerrorhelper
595 Downloads
A package to convert FileMaker Pro error codes to standard HTTP status codes and messages.
bluetree-service/simple-log
760 Downloads
Class Log libraries
arraypress/wp-register-notices
0 Downloads
A streamlined WordPress admin notices registration system with support for dismissible notices and error handling
mead-steve/raygun4php
13 Downloads
This is a fork of the Raygun.io client for PHP 5.3, to send errors and exceptions automatically. Hopefully this fork will be a bit easier to write tests for and uses additional ways of sending messages to raygun.
luminfire/laravel-fmerrorhelper
312 Downloads
A package to convert FileMaker Pro error codes to standard HTTP status codes and messages.
tvanc/backtrace
2 Downloads
Useful error messages complete with file previews and syntax highlighting.
talentasia/form
63 Downloads
A basic framework agnostic form building package with a few extra niceties like remembering old input and retrieving error messages.
swoole/assert
5333 Downloads
Assertions to validate method input/output with nice error messages.
supersixtwo/dblog
43 Downloads
Lightweight Laravel package for writing custom logs and error messages to a database.
sukohi/agnomen
23 Downloads
A PHP package mainly developed for Laravel to set attributes for error messages of when failing validation.
std/assert
8 Downloads
Assertions to validate method input/output with nice error messages.
srmklive/bootforms
16 Downloads
Just a Formbuilder with some Bootstrap specific conveniences. Remembers old input, retrieves error messages and handles all your boilerplate Bootstrap markup automatically.
rimote/rimote-validation-bundle
15 Downloads
Extends and simplifies Symfony's Validator by providing a flat array with error messages.
retro-blenders/process-pilot-client
23 Downloads
catch error messages for process pilot
rapidwebltd/no-post-data-laravel-middleware
77 Downloads
Under certain conditions, when posting data from a form, the web server may lose the post data. This commonly happens if a user is uploading a large file beyond the size limits set in the web server's configuration. Laravel does not handle this situation and may end up throwing a somewhat confusing `TokenMismatchException in VerifyCsrfToken` due to CSRF protection. The 'No Post Data Laravel Middleware' handles situations in which a post request has been submitted and contains no post data - a situation which should not occur under normal usage. By default, the middleware will redirect back to the previous page with an error message flashed to the session. This can then be output on your view as you would normally handle validation errors. If needed, you can also modify this default behaviour and allow any code to run when the 'post request with no post data' situation is encountered.