Where to put custom plugins when install smarty with composer #948
Answered
by
wisskid
iamaks1993
asked this question in
Q&A
-
Hi, I hope you are doing well. Previously, we were on smarty version 4.0.0 In that, we have created a few plugins. Now, we are planning to migrate from the current version to 4.4.1 by using composer. So, my question is where to store custom plugins when using composer. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
wisskid
Mar 11, 2024
Replies: 1 comment
-
Put them anywhere you like and then use addPluginsDir to load the entire directory! Or register individual plugins using registerPlugin. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wisskid
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Put them anywhere you like and then use addPluginsDir to load the entire directory!
Or register individual plugins using registerPlugin.