Support the ongoing development of Laravel.io →
posted 3 years ago
Laravel
Last updated 1 year ago.
0

I guess you took this application from someone else. This roles implemented are not part of the framework. You'll need to check the code to figure out how it was implemented.

The Authorization doc may help you.

sergey98am liked this reply

1

Normally there seven default user roles come with every application, each with its own set of permissions and capabilities but there are no restrictions you can create your own as per your demand:

Super Admin, Admin, Editor, Author, Contributor, Customer, Shop Manager.

But you have to check your web application code that how code is written and how many roles are defined and which roles are assigned to which user.

If you want to know more about the Role Authorization here is the link of the official documentation: https://laravel.com/docs/8.x/authorization

sergey98am liked this reply

1

Sign in to participate in this thread!

Eventy

Your banner here too?

Sergey sergey98am Joined 26 Dec 2020

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.