joomlatools/plg_docman_example

Illustrates the use of event handlers through a plugin in DOCman

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 14

Forks: 1

Type:joomla-extension

v2.0.0 2016-02-17 10:31 UTC

This package is not auto-updated.

Last update: 2024-04-23 15:06:36 UTC


README

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.