Skip to content
This repository was archived by the owner on Jun 6, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 949 Bytes

File metadata and controls

19 lines (14 loc) · 949 Bytes

The Menu system

Menu system covers the basic tasks a user may carry out when building menus.
Menus are powered and managed by KnpMenuBundle who integrates the KnpMenu PHP library with Symfony.
HarmonyMenuBundle is on top of KnpMenuBundle and add new features, such as:

  • Separate business logic and menu rendering,
  • Configuration with YAML files,
  • Store menus and menu items in a database.

Learn more