v0.0.18
22 June 2026
Flat router/controller fallback paths removed, default layout stripped down.
Changed
- Default
index.lattelayout stripped to a bare unstyled skeleton: no Tailwind classes,hx-boost, or fixed-width containers.$scriptsand$stylesnow default to empty arrays.
Removed
View::routerPath()no longer checksrouters/{name}.phpas a fallback. Routers must live atviews/{name}/router.php.View::controllerPath()no longer checkscontrollers/{name}.phpas a fallback. Controllers must live atviews/{name}/controller.php.