Skip to content
Discussion options

You must be logged in to vote

For labels you can publish the translation files & edit them there.
php artisan vendor:publish --provider="\Z3d0X\FilamentFabricator\FilamentFabricatorServiceProvider"

For Navigation Icon/Group/Sort, you can use the following in the boot method of a service provider

// use Z3d0X\FilamentFabricator\Resources\PageResource;

PageResource::navigationIcon('heroicon-o-academic-cap');
PageResource::navigationGroup('Settings');
PageResource::navigationSort(1);

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by devhoussam1998
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants