I couldn't wrap my head around Routes until I watched this video:
I usually code for functionality and then add in the UI, so this held me back for about 2 days. I can now go on from here myself.
This is an example add on to install that'll create a template demo_hello_world_index and route...
I get most things in XenForo but routes drive me mad.
I have added a custom action method to my extension of the XFRM resourceitem public controller.
Here is the format of the extension:
<?php
namespace My\Addon\XFRM\Pub\Controller;
use XF\Mvc\ParameterBag;
use...