python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Problem with Laravel spatie/laravel-permissions ( HasRole in Model User )
I have a problem with the spatie/laravel-permissions library.
Previously I had it implemented in my system but after doing composer update it stopped working...
The problem is when I add the HasRole i...
Hachhe
Votes: 0
Answers: 2
permissions method in laravel and spatie and user table conflicting with each other
We are using laravel spatie permissions as the library to manage the role and permissions. Unfortunately before implementation of this library we were having a column in user table as permissions wher...
santosh
Votes: 0
Answers: 1
how do I assign the defined permissions to the right policies and controller methods in Spatie/Laravel-permission?
This may seem a simple problem, but I could not find a solution either in Laravel policy documentation or in Spatie/Laravel-permission documentation.Here is the problem:
This is how I've assigned perm...

ZOHREH
Votes: 0
Answers: 2
Class 'App\User' not found after adding a role in laravel Nova admin panel role permission
I am using a laravel 8.7 with nova admin panel
I have added a permission package silvanite/novatoolpermissions
After adding a role gives error Class 'App\User' not found
I did have another error but t...
Hitesh
Votes: 0
Answers: 0