Download the PHP package mitul456/laravel-multi-role-auth without Composer
On this page you can find all versions of the php package mitul456/laravel-multi-role-auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mitul456/laravel-multi-role-auth
More information about mitul456/laravel-multi-role-auth
Files in mitul456/laravel-multi-role-auth
Download mitul456/laravel-multi-role-auth
More information about mitul456/laravel-multi-role-auth
Files in mitul456/laravel-multi-role-auth
Vendor mitul456
Package laravel-multi-role-auth
Short Description A comprehensive multi-role authentication system for Laravel
License MIT
Package laravel-multi-role-auth
Short Description A comprehensive multi-role authentication system for Laravel
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-multi-role-auth
Laravel Multi-Role Authentication Package




A powerful, flexible, and production-ready multi-role authentication system for Laravel applications.
๐ Table of Contents
- Features
- Requirements
- Quick Start
- Installation
- Configuration
- Usage Guide
- Dynamic Role Management
- Artisan Commands
- Helper Functions
- Testing
- Troubleshooting
- Security
- License
โจ Features
- ๐ญ Unlimited Roles
- ๐ Role Hierarchy (priority-based)
- ๐ Permission-based access control
- ๐ก๏ธ Multi-Guard Support (web, api)
- ๐ฏ Smart role-based redirects
- ๐ Middleware protection (
role:admin) - ๐จ Blade directives (
@role,@hasrole) - ๐ฑ API ready
- ๐๏ธ Admin panel support
- โจ๏ธ Artisan commands
๐ฆ Requirements
- PHP >= 8.1
- Laravel 10.x / 11.x / 12.x
- Composer (latest)
- Supported DB: MySQL, PostgreSQL, SQLite, SQL Server
๐ Quick Start
Add trait to User model:
โ๏ธ Installation (Detailed)
(Optional)
โ๏ธ Configuration
config/multirole.php
๐ Usage Guide
Assign Role
Check Role
Middleware
Blade
Permission
๐ฏ Dynamic Role Management
โจ๏ธ Artisan Commands
๐ง Helper Functions
๐งช Testing
๐ง Troubleshooting
๐ Security Tips
- Always use middleware
- Avoid client-side role checks
- Use permissions for sensitive actions
๐ License
MIT License
Made with โค๏ธ by Mitul
All versions of laravel-multi-role-auth with dependencies
PHP Build Version
Package Version
The package mitul456/laravel-multi-role-auth contains the following files
Loading the files please wait ...