{# NOTE: This page has been moved to 4lt.ca DO NOT EDIT #} {% extends 'admin/docs/_layout/layout.twig' %} {% import '_layout/icons.twig' as icons %} {% block title %}Docs{% endblock %} {% block description %}Framework documentation: routing, sidecars, forms, libraries, database, session, content index, XML sitemap, RSS feeds, admin authentication, draft pages, media manager, comments, layouts, caching, styling.{% endblock %} {% block robots %}noindex, nofollow{% endblock %} {% block docs_content %}

{{ icons.book() }}Project documentation

Framework docs, rendered as plain Twig pages — no internet connection needed.

Requirements

Minimum: PHP 8.1+ (uses readonly constructor-promoted properties) and, for production, Apache with mod_rewrite and AllowOverride All — see Getting started.

Optional, for the database/content-index features (Database, Content index — both off by default):

Documentation

{% endblock %}