Category: architecture
Security
SynaptikCMS's built-in security layers: security headers, CSRF tokens, rate limiting, multi-user roles, and the production hardening checklist.
→
Routing
How SynaptikCMS turns a URL into a rendered page: parseRequestUri(), localized URL slugs, and the exact bootstrap load order.
→
Server Requirements & Deployment
PHP version, required extensions, filesystem permissions, and Apache/nginx configuration for deploying SynaptikCMS.
→
File Structure
Full directory reference for SynaptikCMS 1.4: core libraries, the /data/ split-file store, admin panel files, plugins, and cache folders.
→
Data Layer
How SynaptikCMS's split-file JSON data layer works: indexes vs full items, caching, and the function references, including trash and revisions.
→
