Get Started
Installation
Learn how to install the LLMify Craft CMS plugin.
Requirements
- Supports Craft CMS >5
- PHP 8 or later.
Craft Plugin Store
To install LLMify, go to the Plugin Store in your Craft control panel, search for "LLMify," and click the Install button.
Composer
With ddev:
ddev composer require samuelreichor/craft-llmify &&
ddev craft plugin/install llmify
With php:
composer require samuelreichor/craft-llmify &&
php craft plugin/install llmify
Quick Start
Decide which sections should be processed by LLMify in the Content Settings of the Craft CMS control panel. Enable a section with the Enable for Section toggle.
Note
You can find more about Content Settings in the Basic Overview.
Content Selection
Wrap the content you want to process with the {% llmify %}
tag in the twig template:
{% llmify %}
<!-- your content -->
{% endllmify %}
Note
You can find more about Content Selection in the Content Control Page.
Generate Markdown Files
Generate Markdown files via the LLMify Utility (Utilities -> LLMify) or the entry sidebar panel.
Generated files:
llms.txt
- list of all URLsllms-full.txt
- full content of all entriesraw/${your-uri}.md
- Markdown for a single entry