Download the PHP package miolae/yii2-markdown-doc without Composer
On this page you can find all versions of the php package miolae/yii2-markdown-doc. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download miolae/yii2-markdown-doc
More information about miolae/yii2-markdown-doc
Files in miolae/yii2-markdown-doc
Download miolae/yii2-markdown-doc
More information about miolae/yii2-markdown-doc
Files in miolae/yii2-markdown-doc
Vendor miolae
Package yii2-markdown-doc
Short Description Yii2 module to write documentation with MarkDown files
License MIT
Homepage https://github.com/miolae/yii2-markdown-doc
Package yii2-markdown-doc
Short Description Yii2 module to write documentation with MarkDown files
License MIT
Homepage https://github.com/miolae/yii2-markdown-doc
Please rate this library. Is it a good library?
Informations about the package yii2-markdown-doc
yii2-markdown-doc
Yii2 module to display the content of all markdown file in a directory and its sub-folder.
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your composer.json
file.
Configure
-
Configure the module in config/web.php as follows
- Add
miolae\yii2\doc\controllers\DefaultController
either tocontrollerMap
or tourlManager
. Example for url manager with pretty url enabled:
Usage
- Add
README.md
to yourdocs
directory (or other one you specified inrootDocDir
option) - To access the doc, go to http://yoursite.com/doc/
All versions of yii2-markdown-doc with dependencies
PHP Build Version
Package Version
The package miolae/yii2-markdown-doc contains the following files
Loading the files please wait ....