CMS Framework - v2.3.0
Core
The Core module provides cross‑cutting services used throughout the CMS Framework. Currently, it includes a lightweight Asset Manager and helper functions for registering assets in different application contexts.
Core Guides
- Assets — Registering and retrieving admin, public, and authenticated assets
Shared Traits (v1.1.0)
The Core module provides shared traits used across multiple modules:
- HasManifestParsing — Secure JSON manifest parsing, slug validation, and path traversal prevention. Used by PluginManager and ThemeManager.
Enums (v1.1.0)
- UpdateType — Categorizes update checks as
application,plugin, ortheme.
See the developer/traits and developer/enums pages for complete documentation.