dwijitsolutions / laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like Advanced CRUD Generation, Module Manager, Backups and many more.
http://laraadmin.com
MIT License
1.57k stars 537 forks source link

Role + User Permissions #201

Open guisbonddev opened 7 years ago

guisbonddev commented 7 years ago

I am currently using your software for a near-production website that will include the whole 9 yards of CRUD. That being said, one thing I found particularly frustrating was that you had to add someone to the role_user table if you wanted that person to be able to access the admin panel (along with actually adding them to the user table). In my site model, it is going to be so everyone would have access to the dashboard / panel. Knowing what you know from building it, would there be any way to remove this link all together (so when you add someone to the user table, they automatically have permission)? If you have any ideas or something similar, I'd love to hear it! Many thanks; keep up the good work.

WebMago commented 7 years ago

I'm stucked too on this feature, my users can't view a Dashboard :(

Blossomdiruk commented 5 years ago

I'm also stucked in this matter.client need to give the permission to user other than the user roles. Is there any option to do this or we have to do it manually.