This is the source of my Joomla extensions playground. Here you will find components, plugins, modules, CLI Commands webservices entrypoint.
| Actions | PHP | Node | npm |
|---|---|---|---|
Joomla >= 5.0
MySQL >= 8.0.0 or PostgreSQL >= 12.0
PHP >= 8.1.0
This repository contains various Joomla extensions. To ensure the download counters increment correctly, please use the direct asset links provided in the table below.
| Extension Name | Version | Download Link (Direct Asset) | Download Count |
|---|---|---|---|
| Content Export | v2.1.0 | Download plg_content_export-2.1.0.zip | |
| Task Delete trashed | v1.7.1 | Download plg_task_deltrash-1.7.1.zip | |
| MagicLogin | v1.0.0 | Download plg_system_magiclogin-1.0.0.zip | |
| SafeMode | v1.0.0 | Download plg_system_safemode-1.0.0.zip | |
| SafeMode | v1.0.0 | Download plg_console_safemode-1.0.0.zip | |
| SwaggerUI | v1.0.0 | Download plg_content_swaggerui-1.0.0.zip | |
| Github Portfolio | v1.0.0 | Download mod_github_portfolio-1.0.0.zip | |
| Joomla Statistics | v1.0.0 | Download mod_jstats-1.0.0.zip |
- Download the
.zipfile for the desired extension from the table above. - Log in to your Joomla Administrator panel.
- Navigate to System -> Install -> Extensions.
- Upload the package file.
- Enable the plugin in System -> Manage -> Plugins.
- Fork the repository.
- Create your feature branch (
git checkout -b feature/AmazingFeature). - Commit your changes (
git commit -m 'Add some AmazingFeature'). - Push to the branch (
git push origin feature/AmazingFeature). - Open a Pull Request.