crazycat/module-menu

CrazyCat Module - Menu

Maintainers

Package info

github.com/crazy-cats/module-menu

Type:crazycat-module

pkg:composer/crazycat/module-menu

Statistics

Installs: 21

Dependents: 0

Suggesters: 0

Stars: 0

v1.0.0 2020-10-10 06:29 UTC

This package is auto-updated.

Last update: 2026-03-11 00:50:15 UTC


README

Menu management module base on CrazyCat platform

Template Setting

You need to add some code in the layout file to make the block displaying. A demo is like:

'header' => [
    'main-menu' => [ 'class' => 'CrazyCat\Menu\Block\Menu', 'data' => [ 'identifier' => 'main-menu' ] ]
]