Home Module

Purpose

Provides fallback root routing and baseline public pages when CMS is disabled or Home is configured as default.

Enablement Key

  • modules.home.enabled
  • default_module can be set to home.

Key Features

  • Fallback root route mapping
  • About page route
  • Admin forwarding routes in module route file

Primary Routes

  • GET /
  • GET /about
  • GET|POST /admin
  • GET /admin/dashboard

Important Files

  • public_html/modules/home/routes.php
  • public_html/modules/home/README.md

Notes

  • Route file currently includes admin routes; consider ownership boundaries between Home and Admin modules.
  • Root routing logic checks StrataCms enablement before binding fallback route.