An open API service indexing awesome lists of open source software.

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

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