Interface LaravelUi5ManifestInterface
Defines the Laravel-specific data structure injected into
the laravel.ui5 section of a UI5 application's manifest.json.
This section is used to expose backend-side metadata to the frontend runtime, such as role-based UI abilities, dynamic action endpoints, report definitions, app-level settings, and Laravel routes.
Every UI5 App that wants to provide this section must implement the Ui5AppInterface and return a valid LaravelUi5ManifestInterface.
| Methods | ||
|---|---|---|
public
|
getFragment(string $module): array<string, mixed>
|
# |