justbetter / statamic-llms-generator
Generate llms.txt files for Statamic sites
Package info
github.com/justbetter/statamic-llms-generator
pkg:composer/justbetter/statamic-llms-generator
0.1.2
2026-07-17 08:12 UTC
Requires
- php: ^8.4
- laravel/framework: ^12.40|^13.0
- statamic/cms: ^6.0
Requires (Dev)
- larastan/larastan: ^3.9
- laravel/pint: ^1.29
- mockery/mockery: ^1.6
- orchestra/testbench: ^10.8|^11.0
- pestphp/pest: ^4.1
- phpstan/phpstan-mockery: ^2.0
- phpunit/phpunit: ^12.5|^13.0
This package is not auto-updated.
Last update: 2026-07-17 11:19:33 UTC
README
A Statamic addon that lets you manage your site's llms.txt file from the Control Panel.
Installation
composer require justbetter/statamic-llms-generator
When developing inside this monorepo, the package is already available via the path repository.
Usage
- 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).
Configuration
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.
Development
composer install yarn install yarn build composer quality
Credits
License
The MIT License (MIT). Please see License File for more information.