Unable make a new clean project works with laravel-permission
#566
-
I installed I didn't touch any config about auth / middleware / etc. I am creating a role and a permission, giving the permission to the role.
This works, I can see in db all is created, all using I am creating an user and giving it the role 'sysadmin'
This works, I can see in db all relations configured
then i a blade i am using
The problem: When loggedin as sysadmin, I cannot see the above text Why ? What should I do in a plain new backpack 6 project to integrate with |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Find ! The solution is in
into
|
Beta Was this translation helpful? Give feedback.
-
Or ... better ... leave backpack untouched and when creating permissions and so on set 'backpack' as guard |
Beta Was this translation helpful? Give feedback.
Find !
The solution is in
config/backpack/base.php
to change rowinto