A Laravel 5 based Markdown Documentation Reader inspired by Dayle Rees' Docs Reader.
-
Download or clone this repo.
-
Run
composer installfrom your projects root -
Edit
config/docs.phpfile to set your configuration parameters. -
Create or edit
.envfile 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