Launchpad Backend Docs
Reference documentation for the Launchpad\Core\* PHP framework.
Every page on this site is rendered using only lp-* components
from the frontend — no bespoke CSS, no hand-rolled layout. If a docs page
ever looks broken, the fix is to add a component to the framework first,
demo it in the UI project, then
come back.
PHP 8.4.19
Launchpad v1.0.0
Start here
Getting Started
Set up a new consumer project, wire composer autoload, boot the application, serve your first route.
ReadRouting
HTTP verbs, path parameters, groups, middleware, attribute-based discovery.
ReadModules
Self-contained feature packages that plug into the framework: AbstractModule, ModuleRegistry, dependency order.
ReadAll topics
Use the sidebar to navigate. Every core subsystem has its own page.