Libraries tagged by laravel rule
jxckaroo/laravel-state-machine
25 Downloads
A simple state machine to handle model transactions, based on a list of pre-defined rules, for Laravel.
jcergolj/rector-for-laravel
78 Downloads
Rector rules for Laravel projects
divineomega/laravel-malware-validation-rule
395 Downloads
Scans uploaded files for viruses and other malware
veeqtoh/laravel-active-email
475 Downloads
A Laravel package providing validation rule against disposable email addresses.
thejawker/laravel-interrogator
542 Downloads
Interrogates the request and applies JSON API rules to the Laravel Query Builder.
patoui/laravel-bad-word
164 Downloads
Laravel bad word validation rule
nanopkg/laravel-bd-phone-verification-rule
14 Downloads
laravel-bd-phone-verification-rule package is used to validate all mobile phone numbers in Bangladesh.
luizalabs-opensource-php/laravel-request-docs
279 Downloads
Automatically generate Laravel docs from request rules, controllers and routes, rakutentech fork
fadion/rule
1145 Downloads
An expressive validation rule builder for Laravel.
antoninmasek/laravel-max-upload-size-rule
10 Downloads
Adds Rule::file()->maxUploadSize() validation rule, which will validate filesize against `upload_max_filesize` php.ini setting
sysvale/validation-rules
3275 Downloads
A Laravel library with useful custom rules
sandervankasteel/laravel-extended-validation
529 Downloads
A Laravel library with extra validation rules
dazza-dev/laravel-batch-validation
143 Downloads
Batch validate arrays in Laravel and optimize database unique rules using whereIn to avoid N+1 query issues.
ahrmerd/laravel-test-generator
185 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
targettech/laravel-api-doc-generator
13 Downloads
Auto generate Laravel api documentation from form request rules, controllers and routes