Libraries tagged by laravel user roles
nigus-abate/laravel-permify
15 Downloads
Laravel Permify is a powerful, easy-to-use Laravel package for managing roles and permissions with full CRUD UI and middleware support.
zezont4/laravel-acl
7 Downloads
Add ACL layer to your app and provide an interface to manage users,rules and permissions
htech/roles-and-permissions
41 Downloads
Roles and Permissions integration for laravel development use by web developers on htechcorp
antonioprimera/laravel-basic-permissions
67 Downloads
A simple package enabling the use of roles and permissions from a config file in a Laravel app.
sebastiaanluca/laravel-validator
839 Downloads
Properly handle user input by using your validation rules in form requests (validators) as source of truth.
mpemburn/rolevue
26 Downloads
Vue.js user interface for Spatie Permission package.
ucer/entrust
740 Downloads
This package provides a flexible way to add Role-based Permissions to Laravel, And modify on zizaco/entrust.
korridor/laravel-model-validation-rules
127596 Downloads
A laravel validation rule that uses eloquent to validate if a model exists
tizis/lara-comments
4529 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 ...
bllim/laravalid
15001 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.
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
kalshah/laravel-validation-html-attributes
12 Downloads
Use laravel backend validation rules as html validation attributes.
bllim/laravel-to-jquery-validation
2940 Downloads
This package makes validation rules defined in laravel work client-side by converting to jquery validation rules. It uses Jquery Validation Plugin. It also allows to use laravel validation messages so you can show same messages for both sides.
marshmallow/nova-tool-data-importer
97 Downloads
A fully-fledged Excel & CSV import tool for Laravel Nova. The importer will use your own validation rules on every row. It can run in browser and in queued jobs. When running as a job, events will fire to let you know what is happening.
juststeveking/fluent-validation
568 Downloads
Fluent Validation is a helper package, that allows you to use sensible defaults for your Laravel validation rules.`