Dynamically redirecting homepage
Hi
I want to redirect (or replace) the homepage (dashboard) to a category based on available categories for a user. Right now I created a new panel on
/
which redirects on mount. However, I feel like there should be a better way.
Any hints are welcome.
Thanks in advance1 Reply
Hi
I fixed this through a webroute on '/' and a controller that redirects in
__invoke
. This is way better I guess.