2017 © Pedro Peláez
 

yii2-module yii2-markdown-doc

Yii2 module to expose identity and rbac through a restful API

image

macfly/yii2-markdown-doc

Yii2 module to expose identity and rbac through a restful API

  • Thursday, November 23, 2017
  • by Macfly
  • Repository
  • 1 Watchers
  • 0 Stars
  • 210 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 94 % Grown

The README.md

yii2-markdown-doc

Yii2 module to display the content of all markdown file in a directory and its sub-folder., (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist "macfly/yii2-markdown-doc" "^1.0.0"

or add, (*4)

"macfly/yii2-markdown-doc": "^1.0.0"

to the require section of your composer.json file., (*5)

Configure

Configure config/web.php as follows, (*6)

'modules' => [
    ................
    'doc'  => [
        'class' => 'macfly\yii2\doc\Module',
        // Directory to list
        'rootDocDir' => '@app/docs',
        // set false if you don't want to cache generated html, usefull for debugging 
        //'cache' => true,
    ]
    ................
],

Usage

To access the doc, go to http://yoursite.com/doc/, (*7)

The Versions

23/11 2017

dev-master

9999999-dev

Yii2 module to expose identity and rbac through a restful API

  Sources   Download

BSD-3-Clause

The Requires

 

by Charles DELFLY

yii2 markdown doc

23/11 2017

0.0.1

0.0.1.0

Yii2 module to expose identity and rbac through a restful API

  Sources   Download

BSD-3-Clause

The Requires

 

by Charles DELFLY

yii2 markdown doc