How to Change the Order of the Filament Left Navigation Menu Items
In this lesson, we will see how to change the order of the filament left navigation menu items.
Sometimes, you want to change the order of the navigation menu items, so how can we do that?
Change order inside the resource class
To do that, add the property '$navigationSort' inside the resource class.
This property takes the value which is the position of the menu item for example here we set the position to the second.
protected static ?int $navigationSort = 1;