Change Backend Menu items icons
2
Event::listen('backend.menu.extendItems', function ($navigationManager) {
$navigationManager->getMainMenuItem('October.Backend', 'Dashboard')->iconSvg('');
$navigationManager->getMainMenuItem('October.Backend', 'Dashboard')->icon('icon-pie-chart');
});
There are no comments yet
Be the first one to comment