A Statamic addon that lets you manage your site's llms.txt file from the Control Panel.
composer require justbetter/statamic-llms-generatorWhen developing inside this monorepo, the package is already available via the path repository.
- Open Tools → LLMS Generator in the Control Panel
- Edit the llms.txt contents in the textarea
- Click Save
The file is served at /llms.txt (configurable via LLMS_GENERATOR_PATH).
Publish the config file:
php artisan vendor:publish --tag=justbetter-llms-generator| Key | Default | Description |
|---|---|---|
enabled |
true |
Toggle frontend route |
path |
llms.txt |
URL path for the generated file |
Settings are stored in resources/addons/llms-generator.yaml using Statamic's addon settings system.
composer install
yarn install
yarn build
composer qualityThe MIT License (MIT). Please see License File for more information.