承接 leeqvip/ldoc 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

leeqvip/ldoc

最新稳定版本:v1.0.0

Composer 安装命令:

composer require leeqvip/ldoc

包简介

A documentation generator for Laravel.

README 文档

README

Build Status Latest Stable Version Total Downloads License

Ldoc is a tool for quickly generating documents written in the PHP language. You write documents in Markdown (or other languages) and Ldoc generates files with a beautiful theme in seconds.

Installation

composer require techone/ldoc

Add the ServiceProvider in config/app.php

'providers' => [
    /*
     * Package Service Providers...
     */
    Ldoc\LdocServiceProvider::class,
]

To publish the config, run the vendor publish command:

php artisan vendor:publish

This will create a demo in storage directory.

Then, you can access 'http://yourdomain.com/docs' and it will show the demo.

Configuration

Once Ldoc is installed, here’s what your project folder will look like:

The default document should be stored in the storage/docs directory:

.
├── sidebar.yml
├── version.yml
├── _source
|   ├── index.md
|   └── configuration.md
└── v1
    └── _source
        ├── index.md
        └── configuration.md

License

This project is licensed under the Apache 2.0 license.

统计信息

  • 总下载量: 38
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2025-05-19