mdebuf/laravel-docsify

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (dev-master) of this package.

Add Docsify to Laravel

dev-master 2019-08-24 17:26 UTC

This package is not auto-updated.

Last update: 2024-02-24 23:20:54 UTC


README

This package provides an easy way to add documentation to your project using docsify.

Installation

You can install the package via Composer:

composer require mdebuf/laravel-docsify

The package will automatically register itself.

Optionally, publish its config file to config/docsify.php:

php artisan vendor:publish --provider="Mdebuf\Docsify\DocsifyServiceProvider"

Documentation

Add your markdown documentation files in the docs/ folder and goto the /docs route to view your documentation. You can change the route in the config file.