We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

How to use Custom Tag Helpers from Volt

Hello guys, I'm following the doc: https://docs.phalcon.io/hu/3.2/tag#custom-helpers

To create a custom url input field.

My question is, how can I call it from Volt?

The class is MyTag that extends from Tag and the public static function is urlField



13.8k
Accepted
answer

The answer is adding the method in the volt compiler.