Extension Builder for Typo3 10.4 LTS #412
Answered
by
simonschaufi
klabauterKoffer
asked this question in
Q&A
-
How do I find the latest development status of the extension Builder for TYPO3 10.4. |
Beta Was this translation helpful? Give feedback.
Answered by
simonschaufi
Jun 25, 2021
Replies: 1 comment 1 reply
-
The recommended way is to use composer and require the eb like this |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
simonschaufi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The recommended way is to use composer and require the eb like this
friendsoftypo3/extension-builder:dev-master
until there is a final release. If you don't use composer in your project, either switch to composer or download the extension from github and put it intypo3conf/ext
like any other extension.