Replies: 1 comment
-
This page explains creating extensions in (hopefuly sufficient) detail: https://smarty-php.github.io/smarty/5.x/api/extending/extensions/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
i struggle to understand where to put my extension. I have put the block translate tag into the extension like here [https://smarty-php.github.io/smarty/5.x/api/extending/block-tags/]. We load smarty via composer/autoload. Shouldnt it get automaticly loaded if its inside the smarty folder?
We want to steer away form addPluginsDir().
Beta Was this translation helpful? Give feedback.
All reactions