stisla-laravel
stisla-laravel copied to clipboard
Is there a CRUD for roles and permissions?
Hi, I use your project on my new project for starters. I see a "role" field when it comes to creating new users. Is there a CRUD for roles and permissions?
Thank you for the great project
Hello @nauvalazhar, models for roles and permissions are available but there isn't a UI available right now. Please check the users' table seeder for an idea. If that's something needed in admin interface, I'll push an update with a CRUD section for roles and permissions as well.
I see, thank you for your reply.