Skip to content

joomlatools/docman-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example DOCman Plugin

This is an illustrative plugin to show how the use of the plugin system to do some processing on a DOCman document.

Installation

Composer

You can install this package using Composer. Create a composer.json file inside the root directory of your Joomla! site containing the following code:

{
    "require": {
        "joomlatools/plg_docman_example": "dev-master"
    },
    "minimum-stability": "dev"
}

And, then run:

$ composer install.

Package

For downloading an installable package just make use of the Download ZIP button located in the right sidebar of this page.

After downloading the package, you may install this plugin using the Joomla! extension manager.