theduman/laravel-docsify

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

Add Docsify to Laravel

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 2

pkg:composer/theduman/laravel-docsify

1.0 2023-08-16 22:44 UTC

This package is auto-updated.

Last update: 2025-12-17 03:56:43 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 theduman/laravel-docsify

The package will automatically register itself.

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

php artisan vendor:publish --provider="Theduman\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.