xiaotianhu/markdoc

There is no license information available for the latest version (dev-master) of this package.

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 3

Forks: 2

Open Issues: 0

Language:JavaScript

dev-master 2019-09-05 05:52 UTC

This package is auto-updated.

Last update: 2024-10-05 16:52:29 UTC


README

An markdown based document viewer for laravel , out-of-the-box

Screenshot

laravel-markdoc

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:

http://yoursite.com/markdoc/index

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.