v0.0.18

22 June 2026

Flat router/controller fallback paths removed, default layout stripped down.

Changed

  • Default index.latte layout stripped to a bare unstyled skeleton: no Tailwind classes, hx-boost, or fixed-width containers. $scripts and $styles now default to empty arrays.

Removed

  • View::routerPath() no longer checks routers/{name}.php as a fallback. Routers must live at views/{name}/router.php.
  • View::controllerPath() no longer checks controllers/{name}.php as a fallback. Controllers must live at views/{name}/controller.php.