Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

joomla-extracting a component as installable?

I am writing a joomla componenet but it has many folders and sql tables. I don't prefere to make the package manually. Is there any know extension to make me able to extract my component as a zip file to make it installable.

like image 357
freezer Avatar asked Nov 01 '22 14:11

freezer


1 Answers

I'm so confused. Why would you need an extension to compile your component? By the sounds of thing, you have simply started editing a pre-made component.

You should have started with the folder and file stricture when you first started building the component.

Create 2 folders:

  1. admin
  2. site

Put all backend end related folder inside the admin folder, and all frontend related folders inside the site folder.

Then edit your XML file accordingly to it points to the correct folders

like image 143
Lodder Avatar answered Nov 17 '22 08:11

Lodder