Hi,
I'm struggling to understand how to create the Router service for my Joomla 4 component, it's my first and I don't seem to understand how it is supposed to work.
When I have a menu item, the links in the layout get the menu item appended in front of them.
example :
/mon-compte?view=club&layout=show&id=7
what I want to obtain is this : /club/show/7-name-of-club
I tried following this tutorial :
wich doesn't really explain how things work, also I have for Clubs for example multiple layouts.
Any help would be appreciated !
Shane