user3108698
user3108698

Reputation: 719

How to export a Joomla 3 component to another Joomla site?

I have lost the installation zip file of one of the component that I installed in one site. How do i export it and repackage it so i can install it in another site?

Upvotes: 2

Views: 1277

Answers (1)

nibra
nibra

Reputation: 4028

Given that the component's manifest file is current, you can use the Extension Exporter that I wrote recently: https://github.com/GreenCape/extension-export/releases

If you have installed additional languages, you can add them to the manifest file manually; they will then be included in the export automatically.

Upvotes: 3

Related Questions