bitfumes / laravel-multiauth

Multi Auth and admin auth in Laravel Project
MIT License
470 stars 105 forks source link

Is it possible to redirect admin on the basis of their roles. Like each role has it's own CMS? And how we can publish the controller files of superadmin to app/controllers so that we can customize them according to our needs? #95

Closed 6lackManta closed 4 years ago

6lackManta commented 4 years ago

Describe the bug A clear and concise description of what the bug is.

Laravel Version Which laravel version you are using

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

sarthaksavvy commented 4 years ago

Hey, it is possible to control admin behavior, you can publish routes file and then create your own controller and link that in published route file.

Try to extend package controller for each new controller you make.