This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
freekeywords1817
as the title , How to access the class/controller/action for the front-end link , like
<a href=" class/controller/action ">click me</a>
thanks a lot
Last updated
daftspunky
You can use {{ 'class/controller/action'|app }}
to link relative to the app.
The URL::action and URL::route features will be addressed in this github issue.
1-3 of 3