theduman/laravel-docsify

此包的最新版本(1.0)没有可用的许可证信息。

将 Docsify 添加到 Laravel

1.0 2023-08-16 22:44 UTC

This package is auto-updated.

Last update: 2024-09-17 01:20:03 UTC


README

此包提供了一种简单的方法,通过 Docsify 为您的项目添加文档。

安装

您可以通过 Composer 安装此包

composer require theduman/laravel-docsify

包将自动注册自己。

可选地,将其配置文件发布到 config/docsify.php

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

文档

将您的 markdown 文档文件放在 docs/ 文件夹中,并转到 /docs 路由以查看您的文档。您可以在配置文件中更改路由。