Libraries tagged by laravel rules
slave/validpack
60 Downloads
Model validate package, uses the laravel validation class, rules must be passed as as a variable to and every table should be passed as a model in the app
jorgelsaud/custom-validators
21 Downloads
Custom Validation Rules For Laravel
congnguyentan/phone-validate
19 Downloads
:Adding phone validate rule to laravel validation
kaishiyoku/extended-validation
38 Downloads
Additional validation rules for Laravel
teksite/extralaravel
15 Downloads
this package add some features such as rules, middlewares, functions to laravel
senorwesley/conditionalcase
20 Downloads
A small package for adding rules to things in Laravel
rawveg/model-validation
49 Downloads
Laravel Model Validation - Uses validation rules at the model level to ensure that all data being saved in a model is valid. Just as you would use Request Validation in your Controllers, Model-Level validation allows you to be ensure that even code within your application that manually creates a model, cannot do so using invalid data.
kobylinski/beetroot
15 Downloads
Helpers to extend Laravel's console commands with validation rules and support for subcommands with nested arguments.
jshibu86/validator
7 Downloads
A Laravel package to generate validation rules for database tables
yelfive/overlord-model
4 Downloads
Rules and PHPDoc generation for Laravel models
norman-huth/nova-breack-out
7 Downloads
Use validation rules and other data from a Laravel Nova resource.
moszkva/angie
36 Downloads
Laravel Angular routing manager. Generates angular routing rules and services from serverside routing rules.
semantic-lab/lara-validator
30 Downloads
A Laravel artisan command expansion for developer more convenient generate FormRequest with validation rules by JSON file
sazharul/iproxy
8 Downloads
A Laravel package to easily configure and manage proxy servers, supporting HTTP, HTTPS, SOCKS4, and SOCKS5 proxies with authentication, logging, and customizable routing rules.
laravelplus/attrify
2 Downloads
laravelplus/attrify streamlines Laravel validation by leveraging PHP attributes for expressive, annotation-based rules directly within your request classes. This package transforms how you define constraints, delivering cleaner code, centralized configuration, and a more intuitive development workflow. With attrify, maintaining and evolving complex validation logic becomes easier than ever—just annotate, refine, and let Laravel handle the rest.