Zip it up and install your module

Now it is time to test the module out on your Joomla! 3 development website. We will start by manually installing the module on our development site, and then we will create an installable ZIP file that you can distribute to other people.

Because this is a backend module, we need to create the folder /administrator/modules/mod_latestextensions/ and put all our files in there including the tmpl folder and all its contents.

Your mod_latestextensions folder should contain the following files:

  1. /tmpl/default.php
  2. /tmpl/index.html
  3. /helper.php
  4. /index.html
  5. /mod_latestextensions.php
  6. /mod_latestextensions.xml

Now in your Joomla! Administrator, navigate to Extensions | Extension Manager, and select the Discover view on the left. Click ...

Get Learning Joomla! 3 Extension Development - Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.