Files
CodePress/guide/nl/codepress-developer.md
T
E.Noorlander b38be8366c Update all guides (NL + EN) for CodePress 2.5.2 features
- Admin guide: RBAC roles, role-based dashboard, plugin types (content/system)
- CodePress developer guide: plugin types, admin plugin API, SCSS compilation, asset serving
- Theme developer guide: SCSS sole CSS source, css_compiled read-only, guide layout
- Content manager guide: layout selection from theme.json, plugin order in frontmatter
- Both NL and EN updated with identical structure
- 35 files updated
2026-08-12 12:05:53 +02:00

21 lines
1.0 KiB
Markdown

# CodePress Developer
De CodePress developer handleiding bevat de volgende onderwerpen:
- **Architectuur** — CMS architectuur en mappenstructuur
- **Core classes** — CodePressCMS, ThemeManager, PluginManager, AdminAuth
- **Plugin development** — Plugin types (content/systeem), structuur, API
- **Routing** — Frontend, admin en plugin admin routing
- **Beveiliging** — XSS, CSRF, path traversal, RBAC
- **Testing** — Penetratie, accessibility en functionele tests
- **Debugging** — Logging en cache
- **Performance** — OPcache en SCSS caching
Belangrijke concepten in CodePress 2.5.2:
- **Plugin types** — Content plugins (sidebar) en systeem plugins (admin menu, routes, API)
- **Admin plugin API** — Systeem plugins kunnen admin menu items en routes registreren
- **SCSS compilatie** — `ThemeManager` compileert SCSS naar `css_compiled/` via scssphp (read-only)
- **Asset serving** — `public/asset.php` serveert themes/, admin/assets/ en plugins/ op Apache (i.p.v. PHP dev router)
Selecteer een onderwerp uit de navigatie aan de linkerkant.