freezer
freezer

Reputation: 541

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.

Upvotes: 5

Views: 826

Answers (2)

cksrc
cksrc

Reputation: 2347

There is a third-party component: http://joomlatoys.com/index.php/toys/jtbuilder which can package the selected extensions and generate an installable archive for you.

Upvotes: 0

Lodder
Lodder

Reputation: 19743

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

Upvotes: 2

Related Questions