Libraries tagged by laravel roles
cable8mm/laravel-validation-kisa-rules
340 Downloads
A set of useful Laravel validation password rules for KISA
thejawker/laravel-interrogator
542 Downloads
Interrogates the request and applies JSON API rules to the Laravel Query Builder.
tanthammar/laravel-extras
825 Downloads
Custom validation rules for the Laravel Framework
luizalabs-opensource-php/laravel-request-docs
261 Downloads
Automatically generate Laravel docs from request rules, controllers and routes, rakutentech fork
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
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
targettech/laravel-api-doc-generator
13 Downloads
Auto generate Laravel api documentation from form request rules, controllers and routes
whitecube/laravel-string-typography
36 Downloads
A set of simple Str & Stringable macros helping to implement typographic rules
thomas-omweri/laravel-multi-validator
4 Downloads
Validates a field with multiple rules using the OR operator
socialengine/sniffer-rules
48207 Downloads
A Lumen 5 and Laravel 5 SquizLabs Code Sniffer 2.0 artisan command. Detect violations of a defined coding standard. It helps your code remains clean and consistent.
shankar/laravel-basic-setting
4 Downloads
Laravel Basic Setting Package with middleware, traits, and validation rules.
seffeng/rules
2428 Downloads
PHP Rules
prog-time/laravel-request-testdata
15 Downloads
A Laravel package for automatically generating test request data based on validation rules.