Libraries tagged by Laravel Custom User Role
varbox/varbox
503 Downloads
Laravel Admin Panel
himel/laravel-multi-role-auth
11 Downloads
I have developed this simple project for warking with laravel multi role authentication like (Super Admin, Admin, User).
coolrist/role-based-email-validator
2 Downloads
Laravel custom rule to detect role-based emails.
ebects/laravel-cache-group
43 Downloads
Group-based cache invalidation for Laravel — organize cache by groups, invalidate by scope (user/role/custom), with automatic Redis Cluster compatibility.
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.