28: Small improvements
In this lesson, you will work through Small improvements as part of How to build a CMS with Filament 3 and Laravel 11 (package-development focused).
Caption excerpt: In this video, we're going to be fixing up the last bit of the menu builder here. So let's go into our menu function here that we can use inside Mary UI. One of the things that we didn't do for example was if this isn't no wire navigate. So let's say we wanted to have an admin link in here as an example. So in that case, what we can go ahead and do is we can say no wire navigate. So what we can do here is we can go ahead and essentially just implement this here. So it's set on by default. So what we want to do in h...