Libraries tagged by validation rule
monooso/apposite
1879 Downloads
Conditionally apply validation rules in Laravel
laravel-validation-rules/timezone
19012 Downloads
Validate that a given timezone is valid.
laravel-validation-rules/ip
29667 Downloads
Validate if an ip address is public or private.
cdmckay/pajama
232 Downloads
A PHP model validator compatible with the jQuery Validation plugin that allows for shared validation rules (in JSON) between JavaScript and PHP.
artesaos/shield
707 Downloads
A simple way to centralize your validation rules for laravel
platine-php/validator
4626 Downloads
Platine Validator is a simple, extensible validation library with support for filtering
marwanalsoltany/mighty
1326 Downloads
The last validation library you will ever need!
jbzoo/csv-blueprint
3202 Downloads
CLI Utility for Validating and Generating CSV files based on custom rules. It ensures your data meets specified criteria, streamlining data management and integrity checks.
aporat/laravel-filter-var
1132 Downloads
A Laravel package for filtering and sanitizing request variables with customizable rules
laravel-validation-rules/subdomain
40041 Downloads
Validate a user submitted subdomain
tgozo/laravel-codegen
114 Downloads
A Laravel Code Generator to help you get started with a lot of staff including generating Migrations, Models, Controllers, Factories, Routes, Views, Database Seeders and Request Validation Rules.
full-scale-teams/laravel-email-domain-blacklist
105 Downloads
A Laravel package for adding email domain blacklist validation rule
ctf0/email-validator
2520 Downloads
validation rule to validate email for Laravel
chitranu/google-recaptcha
2558 Downloads
Easily validate recaptcha responses in Laravel. A handy validation rule for validating the reCAPTCHA token in the form requests.
ahrmerd/laravel-test-generator
174 Downloads
The Ahrmerd/TestGenerator package is a Laravel command-line tool that automatically generates API and web tests for your Eloquent models. With just a few simple commands, you can quickly generate comprehensive test files that cover CRUD operations, validation, and other common use cases for your models. The package provides options to generate tests for all models in your application or for specific models, and supports overwriting existing test files with the --force option. Additionally, it automatically generates test content based on your model's form request classes, making it easy to ensure your tests reflect your application's validation rules. Speed up your Laravel testing workflow with the Ahrmerd/TestGenerator package