php-framework/docs/packages/developer/index.md
Snider 421d4ae0cd docs: add missing package index pages for dynamic nav
- Add index.md for commerce, content, developer, tenant packages
- Update packages/index.md to include all 9 packages in grid
- Fix dead link patterns in config for package root URLs

The sidebar and nav dropdown now auto-discover all packages.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 21:47:35 +00:00

892 B

title navTitle navOrder
Developer Package Developer 80

Developer Package

Administrative developer tools for the Host UK platform.

Overview

The core-developer package provides debugging, monitoring, and server management capabilities. It is designed exclusively for "Hades" tier users (god-mode access).

Features

  • Server management - SSH connections and remote commands
  • Route testing - Automated route health checks
  • Debug tools - Development debugging utilities
  • Horizon integration - Queue monitoring
  • Telescope integration - Request debugging

Installation

composer require host-uk/core-developer

Requirements

  • Hades tier access (god-mode)
  • core-php and core-admin packages

Documentation