Open scramatte opened 2 years ago
+1
+1
There's no reason for this in Nova 4 - it can be accomplished by modifying the user menu and setup user policies correctly.
Nova::userMenu(function (Request $request, Menu $menu) {
$menu->prepend(
MenuItem::make(
'Profile',
"/resources/users/{$request->user()->getKey()}"
)
);
return $menu;
});
Hi,
Any chance to get this module compatible with nova 4?
Regards