leeqvip/ldoc
最新稳定版本:v1.0.0
Composer 安装命令:
composer require leeqvip/ldoc
包简介
A documentation generator for Laravel.
README 文档
README
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
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2025-05-19