Download the PHP package codinglabsau/laravel-roles without Composer
On this page you can find all versions of the php package codinglabsau/laravel-roles. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download codinglabsau/laravel-roles
More information about codinglabsau/laravel-roles
Files in codinglabsau/laravel-roles
Package laravel-roles
Short Description Simple Laravel roles
License MIT
Homepage https://github.com/codinglabsau/laravel-roles
Informations about the package laravel-roles
Laravel Roles
A simple, flexible roles implementation for Laravel v10.
See v2.3 for Laravel 6-9 support.
Installation
Install with composer
Publish migrations and migrate
Configuration
If you need to override the default Role
model, you can do that by publishing the config and setting the models.role
option.
Usage
Add the trait
Add the HasRoles
trait to your user model:
Create roles
Get roles
Associate roles
Under the hood we are using Eloquent many-to-many relationships.
Protect routes with middleware
In App\Http\Kernel
, register the middeware:
And then call the middleware in your routes, seperating multiple roles with a pipe:
Or with a gate:
Or in the constructor of a controller:
If the middleware check fails, a 403 response will be returned.
Check roles on a user
Call hasRole on the user model:
Conditionally showing content with the blade directive
Sharing roles with UI (Inertiajs example)
Upgrading from v1 to v2
Please see upgrading from v1 to v2 for details and instructions to avoid any issues after upgrading to v2.
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, create an issue on GitHub.
Credits
- Steve Thomas
- All Contributors
License
MIT. Please see the license file for more information.
About Coding Labs
Coding Labs is a web app development agency based on the Gold Coast, Australia. See our open source projects on our website.