alexbowers / nova-multiple-dashboard

[DEPRECATED] - Support for multiple custom dashboards in Laravel Nova
MIT License
34 stars 7 forks source link

Dashboards visible depending on the user? #6

Closed ronnytorresmtz closed 5 years ago

ronnytorresmtz commented 5 years ago

Can you explain how to make the dashboards visible depending on the logged in user?

Nice package!!!

Thanks

alexbowers commented 5 years ago

This works the same way any other part of nova does with the authorization.

https://github.com/alexbowers/nova-multiple-dashboard/issues/3

ronnytorresmtz commented 5 years ago

Do you mean with a resources policy?

Thanks for any help

El vie., 1 feb. 2019 7:15, Alex Bowers notifications@github.com escribió:

This works the same way any other part of nova does with the authorization.

3 https://github.com/alexbowers/nova-multiple-dashboard/issues/3

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/alexbowers/nova-multiple-dashboard/issues/6#issuecomment-459718950, or mute the thread https://github.com/notifications/unsubscribe-auth/AXqgzyzgk2z-9NKOzoWxhFlWep38RnHwks5vJD3pgaJpZM4adqrZ .

alexbowers commented 5 years ago

Yes. The authorization code I am using it identical to the rest of nova, so policies should work fine.