marko / admin-panel-latte
Latte templates for marko/admin-panel
Package info
github.com/marko-php/marko-admin-panel-latte
Type:marko-module
pkg:composer/marko/admin-panel-latte
0.7.0
2026-05-27 16:19 UTC
Requires
- php: ^8.5
- marko/admin-panel: 0.7.0
- marko/view-latte: 0.7.0
Requires (Dev)
- marko/core: 0.7.0
- marko/testing: 0.7.0
- marko/view: 0.7.0
- pestphp/pest: ^4.0
This package is auto-updated.
Last update: 2026-05-27 16:28:33 UTC
README
Latte templates for marko/admin-panel — provides the login, dashboard, layout, and partial views rendered by the Latte engine.
Installation
composer require marko/admin-panel-latte
Requires marko/admin-panel and marko/view-latte. Installing this package automatically makes the admin panel templates available — no additional configuration needed.
Quick Example
# Install the admin panel with Latte templates
composer require marko/admin-panel marko/admin-panel-latte marko/view-latte
Templates are resolved automatically via the admin-panel:: namespace (e.g., admin-panel::dashboard/index).
Documentation
Full usage, API reference, and examples: marko/admin-panel