Is it bad practice to use absolute URL in an anchor tag?
I am creating a website with multiple subdomains (forums). On my home view I want to list all discussions from all subdomain forums. I can't use a relative URL because I need to prefix the route with the subdomain.
I found a way that works -
Using named routes will allow you to change the structure of your routes a lot easier and will be less prone to break if you decide you want to change the base structure and it's a lot easier to remember.