Skip to content

Repository files navigation

LLMs Generator

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

  1. Open Tools → LLMS Generator in the Control Panel
  2. Edit the llms.txt contents in the textarea
  3. 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.

About

No description, website, or topics provided.

Resources

Contributing

Security policy

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages