xiaotianhu / markdoc
Package info
github.com/xiaotianhu/laravel-markdoc
Language:JavaScript
pkg:composer/xiaotianhu/markdoc
This package is auto-updated.
Last update: 2026-04-05 19:59:28 UTC
README
An markdown based document viewer for laravel , out-of-the-box
Screenshot
Installation
This package requires PHP 7+ and Laravel 5.5+
composer require xiaotianhu/markdoc
After that, publish the config files with:
php artisan markdoc:install
And we're done.
For older version of laravel,you may add the service provider in the file config/app.php:
Xiaotianhu\Markdoc\ServiceProvider::class
Usage
After the install,you'll find a doc folder in your project's base path.
Just put all the markdown files into the folder,and access with:
By default,you can only access the document when the laravel's debug mode is on;
You can modify this in the config file 'config/markdoc.php'.
License
The MIT License (MIT). Please see License File for more information.
