Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

User Management is not working in Laravel demo


Respected.
User management roles and permission is not working in laravel demo


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (5)


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?



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 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.


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(