Mauricio G
Filament Sidebar Menu Search
Just adding an addendum, lol, my initial idea was that when I searched in this field, the filament's own menus would be filtered. In this case, I'll only be able to overlay an item on top of the menu, so I can modify the filament's SIDEBAR_NAV. Would that really only be possible with plugins?
15 replies
Colors bg-custom not work
Provisionally, I decided like this
->previousAction(
fn (Action $action) => $action
->icon('heroicon-o-arrow-left')
->link(),)
->nextAction(
fn (Action $action) => $action
->icon('heroicon-o-arrow-right')
->link(),
)
5 replies
Testing render filament return Expected response status code [200] but received 302.
Man, I've totally wasted 36 hours on this, big thanks, dude! My buddy didn’t do a pull request from his branch, and he was supposed to handle the user CRUD, haha. Gonna have to give him a hard time later. Thanks again, really appreciate it!
9 replies