https://github.com/benjaminmedia/role-provider
A Role provider trait for laravel projects
https://github.com/benjaminmedia/role-provider
Last synced: about 1 year ago
JSON representation
A Role provider trait for laravel projects
- Host: GitHub
- URL: https://github.com/benjaminmedia/role-provider
- Owner: BenjaminMedia
- Created: 2017-11-06T11:28:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T01:20:37.000Z (about 4 years ago)
- Last Synced: 2025-03-26T14:54:34.739Z (about 1 year ago)
- Language: PHP
- Size: 63.5 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Bonnier Role Provider
- `composer require bonnier/role-provider`
- The user model should use the `HasBonnierRoles` instead of Spatie's `HasRoles`
```php