Libraries tagged by laravel user roles
ewereka/laravel-extra-validation
17 Downloads
A set of extended validation rules for use with Laravel.
almeidafranci/laravel-validator-extender
53 Downloads
A laravel validator extender for commonly used rules.
thedavefulton/laravel-exclusive-validation-rules
2 Downloads
Two additional validation rules for use with the Laravel framework
kyle-noland/laravel-validation-rules
139 Downloads
Additional validation rules for use in your Laravel projects
langleyfoxall/laravel-validation-rules
511 Downloads
A set of commonly used validation rules, such as UK Postcodes, Phone numbers and more.
eleven59/laravel-validation-rules
7 Downloads
:Just another laravel package with some validation rules I use often
ramonbakker1992/validation-rules-helper
14 Downloads
This package allows validation rules to be defined globally and reused. This way you can use the same rules for your Controller, Action classes, API post/update routes, Livewire and other sections.
rollswan/laravel-project-updater
23 Downloads
PHP Library used to update laravel project automatically upon receiving Git events.
kama812/laravel-comments
27 Downloads
Comments system for your Laravel application. Features: can be used to comment on any model, HTML filter customization (HTMLPurifier), API, comment rating, replies, events, auth rules ...
wterberg/laravel-no-common-passwords
6 Downloads
Provides validation rules to check passwords against a list of commonly used passwords.
crissi/laravel-env-phpstan-rules
55 Downloads
Prevent env use outside config directory
filpgame/laravalid
225 Downloads
This package makes validation rules defined in laravel work client-side by converting to html/js plugins such as jquery validation. It also allows to use laravel validation messages so you can show same messages for both sides.
slokee/supporter
12 Downloads
Laravel Supporter is a powerful utility package designed to enhance development speed by providing ready-to-use code snippets. This package helps developers streamline their workflow by reducing repetitive coding tasks, ensuring cleaner and more efficient Laravel applications.
custom-laravel-form-request/validator
1 Downloads
Validator Form Request which may be used for validating data after parsing. For example we got big jsob string and we cannot change this, so what we need to do is to use Validator in laravel and provide in controller all the shit code like rules.. if fails and another. This class can validate this json after parsing without redundant code in controller, simply add data, next validation steps will processed automatically, rules and another logic is hidden in this class.
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.