Latte templates for marko/admin-panel — provides the login, dashboard, layout, and partial views rendered by the Latte engine.
composer require marko/admin-panel-latteRequires marko/admin-panel and marko/view-latte. Installing this package automatically makes the admin panel templates available — no additional configuration needed.
# Install the admin panel with Latte templates
composer require marko/admin-panel marko/admin-panel-latte marko/view-latteTemplates are resolved automatically via the admin-panel:: namespace (e.g., admin-panel::dashboard/index).
Full usage, API reference, and examples: marko/admin-panel