serenysoft / nova-permissions

Laravel Nova 4 Roles & Permissions
72 stars 25 forks source link

Unable to get working ... #2

Closed scramatte closed 1 year ago

scramatte commented 1 year ago

Hello,

I've installed your module but I'm unable to get it working. I've got 2 guards : admin and web

My app, first throw exception because isSuperAdmin method. was missing into my User model. After that request for the following permissions (else throw an exceptions too). Seeder file has different permissions names...

image

Finally, when I've been to show the side menu I've got a strange vue.js error and I'm unable to show roles and permissions resources.

image

Can you give me an hand?

scramatte commented 1 year ago

Was an exception due to a "dump" into getModelForGuard method. As I use LDAP to authenticate, It was necessary to override such method but I've missed to remove this "dump"...

Sorry for the noise