How to display top and side menu in SonataAdminBundle?

There are no documents about this. Please help me. Thanks you

SonataAdminBundle with top menu and side menu

+5
source share
1 answer

The administrator’s main menu is automatically created based on an item groupin the administrator’s service definition. All administrator services can be grouped and displayed in the top menu.

Example (see group="sonata_page"where sonata_pageis the name of the menu group):

An admin menu can be created using a method configureSideMenu()in the admin service. Example

+7
source

All Articles