Libraries tagged by no validation
illum/validation
10 Downloads
Validador baseado no illuminate/validation
wterberg/laravel-no-common-passwords
7 Downloads
Provides validation rules to check passwords against a list of commonly used passwords.
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.
c33s/form-extra-bundle
249 Downloads
Symfony Form Extra Bundle - no html5 validation extension in development & testing
shippeo/valitron
8912 Downloads
Simple, elegant, stand-alone validation library with NO dependencies
nietonfir/google-recaptcha
9462 Downloads
Library to simplify the server-side validation of Google's 'No CAPTCHA reCAPTCHA'
iahim/valitron
9 Downloads
Simple, elegant, stand-alone validation library with NO dependencies
gammabeam82/schema-checker
10 Downloads
Simple schema validation library with no external dependencies.
danek/validator
9 Downloads
Flexible validation library with no dependencies.
nirgendswo/valitron
37 Downloads
Simple, elegant, stand-alone validation library with NO dependencies
matt/sycaptcha
10 Downloads
Bundle for form protection using captcha, includes reCaptcha and hCaptcha
eugabrielsilva/glowie-br-validator
4 Downloads
Plugin para validações PT-BR no Glowie Framework
codedge/laravel-bzst-evatr
566 Downloads
A library for validating value added tax identification numbers (VAT ID) using the German Federal Ministry of Finance EVATR interface.
anwar/crud-generator
65 Downloads
A powerful Laravel package for generating CRUD operations with advanced UI, validation, API generation, and comprehensive testing support. Database-safe with manual migration control.
chainat/uploader
610 Downloads
File uploader and validation plugin for CakePHP. - A clone version of mjohnson's plugin with minor bug fixes as he is no longer working on the project.