Libraries tagged by throws
revati/laravel-validation
5 Downloads
Laravel validation extension for throwing ValidationException on error
rapidwebltd/no-post-data-laravel-middleware
78 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.
proudcommerce/psexceptionhandler
3703 Downloads
psExceptionHandler - Extended exception/throwable handling for OXID 6.
perfekteriksson/exceptionviewer
28 Downloads
View exception thrown by Laravel in your browser
nimayneb/exceptionist
10 Downloads
Exceptionist - Throwing meaningful and semantic exceptions with interfaces
mmockelyn/laravel-gitlab-reporter
4 Downloads
Creates Gitlab Issues when Exceptions are thrown
madebyextreme/exceptions-to-stream
348 Downloads
A small plugin to capture thrown exceptions (excluding status codes in the 400 range) to send to standard error stream
genai/google-form
74 Downloads
Submit data to a Google Form from the server: POST to the form's formResponse endpoint, mapping your fields to entry.NNN ids. Best-effort with a short timeout so it never blocks the request (it returns false rather than throwing). curl with a stream fallback. PHP 5.3-safe.
dmelin/tantrum
0 Downloads
The throwable with the energy of a 6 year old.
dasbit/apiclient
7 Downloads
Simple api client wrapper without throwing exceptions with statuscodes
crisnao2/disposable-email
22 Downloads
This package helps determine if a given email address belongs to a disposable email provider. It can be used to prevent users from registering with temporary or throwaway email services, improving the quality of collected email addresses.
orno/loader
875 Downloads
An autoloader package that allows you to adhere to PSR-0 and PSR-4 standards with classmap autoloading thrown in.