werkbot/werkbot-llms-txt
Composer 安装命令:
composer require werkbot/werkbot-llms-txt
包简介
A SilverStripe module that provides a textarea field for llms.txt content.
README 文档
README
A SilverStripe module that provides a textarea field for llms.txt content.
Installation
composer require werkbot/werkbot-llms-txt
Setup
- You will need to run
/dev/build
Usage
- There should now be a textarea field in the site's setting for the llms.txt content.
- /llms.txt will return this content.
- Optionally add links to the
<head>.
<link rel="llms" type="text/plain" href="$BaseHref/llms.txt">
<link rel="llms-full" type="text/plain" href="$BaseHref/llms-full.txt">
Testing
./vendor/bin/phpunit vendor/werkbot/werkbot-llms-txt
Documentation
Generate documentation using Doctum:
./vendor/bin/doctum.php update doctum.config.php
View the api documentation:
start doctum_build/index.html
Example Sources
The seeder content and testing fixture come from https://github.com/henu-wang/llms-txt-examples/blob/main/examples/local-business.txt.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-06-26