Respected.
User management roles and permission is not working in laravel demo
Hi,
I apologize for the delay in my response. Thank you for your patience.
The installation of the spatie/laravel-permission library is for demonstration purposes. It is utilized to showcase role and permission functionalities.
In this demo, roles, and permissions are set up using the library, and you can use how permissions are checked using statements like $user->can('permission') or Blade directives like @can('permission') ... @endcan.
If you have any further questions, feel free to inquire.
Hi,
the features you're referring to, such as read, write, and create permissions, are designed for demonstration purposes in the Laravel demo. The current functionality allows you to perform basic CRUD operations on the form. However, for the actual implementation of these features, customization is required based on the specific requirements of the customer.
Feel free to let me know if you have further questions or if there's anything specific you'd like assistance.
I checked code. I noticed that there is some library installed like https://github.com/spatie/laravel-permission. Which is specially designed for roles and permission. And partially coding already there. If this is just for demonstration purposes then why this library installed?
Hi,
I appreciate your message. To better assist you with the issue you're facing in the Laravel demo regarding user management roles and permissions, could you please check the console log for any error messages? If possible, share a screenshot to provide more details about the encountered errors.
I am asking about this https://paste.pics/Q416F features.
Is read,write,create permission working or it's design purpose only?