A Laravel 5 based Markdown Documentation Reader inspired by Dayle Rees' Docs Reader.
-
Download or clone this repo.
-
Run
composer install
from your projects root -
Edit
config/docs.php
file to set your configuration parameters. -
Create or edit
.env
file to set your environment parameters (even though the project doesn't use database).
Laravel 5 Docs Reader automatically parses md files found in /docs
folder.
Laravel 5 Docs Reader is using Twitter Bootstrap v.3.3.5 CSS and Parsedown PHP Markdown Parser.
This software is open-sourced software license under the MIT license