https://github.com/joomlatools/docman-example
Example plugin for DOCman
https://github.com/joomlatools/docman-example
docman plugin
Last synced: 6 months ago
JSON representation
Example plugin for DOCman
- Host: GitHub
- URL: https://github.com/joomlatools/docman-example
- Owner: joomlatools
- License: gpl-3.0
- Created: 2014-12-02T14:37:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T09:55:08.000Z (over 8 years ago)
- Last Synced: 2024-12-02T20:50:34.671Z (over 1 year ago)
- Topics: docman, plugin
- Language: PHP
- Homepage: https://www.joomlatools.com/extensions/docman/
- Size: 15.6 KB
- Stars: 0
- Watchers: 14
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example DOCman Plugin
This is an illustrative plugin to show how the use of the plugin system to do some processing on
a [DOCman](https://www.joomlatools.com/extensions/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:
```javascript
{
"require": {
"joomlatools/plg_docman_example": "dev-master"
},
"minimum-stability": "dev"
}
```
And, then run:
```shell
$ 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.