How To Combine Multiple Components Into A Single Installable Extension In Joomla? #148349
Unanswered
Elangamani-itf
asked this question in
Programming Help
Replies: 1 comment
-
Welcome to the GitHub Community, @Elangamani-itf , we're happy you're here! You are more likely to get a useful response if you are posting your question(s) in the applicable category and are explicit about what your project entails--giving a few more details might help someone give you a nudge in the right direction. I've gone ahead and moved it for you. Good luck! |
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
-
Hello,
I am currently working on a Joomla project where I have developed three separate components:
A custom fonts component A custom stickers component A custom sticker category component A custom Module I would like to combine these components into a single, unified extension that can be installed all at once.
Could someone guide me on the best approach to achieve this? Specifically:
How to structure the directories and package.xml manifest file for a single installable package? How to ensure all three components are properly installed and registered during the installation process? Are there any best practices or common pitfalls to avoid while creating a package with multiple components? Any advice or examples related to handling this scenario in Joomla would be greatly appreciated!
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions