marko/admin-panel-latte

Latte templates for marko/admin-panel

Maintainers

Package info

github.com/marko-php/marko-admin-panel-latte

Type:marko-module

pkg:composer/marko/admin-panel-latte

Statistics

Installs: 0

Dependents: 0

Suggesters: 1

Stars: 0

0.7.0 2026-05-27 16:19 UTC

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