manifests()
public function manifests(): void
Description
Scans the application for all available module manifests and outputs the results as JSON. Used by the framework to discover installed modules and their metadata.
The output includes module names, paths, and manifest data. This method is typically called programmatically during module discovery, not directly by end users.
Parameters
This method takes no parameters.
Return Value
| Type | Description |
|---|---|
| void | Outputs JSON data directly with Content-Type: application/json header. |