Reputation: 31
I built a component and a module that uses this component. Now I'm trying to create an installation-script that will install the component and right after it's installed - will create the module.
Any advice ?
Upvotes: 1
Views: 166
Reputation: 532
joomla use xml file for install any module. you can write your param and auther etc. into below tag of xml and your xml file name same as your module name.
<install type="module" version="1.5.0">
</install>
Upvotes: 1