Creating a package
When you are distributing your extensions, often, the problem you are helping your customer solve cannot be achieved with a single extension, it actually requires multiple components, modules, and plugins that work together. Rather than making the user install all of these extensions manually one by one, you can package them all together to create a single install package.
Our click-to-call plugin and folio component go together nicely, so let's package them together. In case you haven't created a ZIP file of your com_folio
component, it should contain the following files and folders:
/admin/controllers/folio.php /admin/controllers/folios.php /admin/controllers/index.html /admin/controllers/preview.php /admin/helpers/folio.php /admin/helpers/index.html /admin/language/en-GB/en-GB.com_folio.ini /admin/language/en-GB/en-GB.com_folio.sys.ini /admin/language/en-GB/index.html /admin/language/index.html /admin/models/forms/folio.xml /admin/models/forms/index.html /admin/models...