#
Getting started
By default, Filament will register navigation items for each of your
resources
and
custom pages
. These classes contain static properties and methods that you can override, to configure that navigation item and its order:
protected static ?string $navigationIcon = 'heroicon-o-document-text';
protected static ?string $navigationLabel = 'Custom Navigation Label';
protected static ?int $navigationSort = 3;
Edit on GitHub
Still need help? Join our
Discord community
or open a
GitHub discussion