© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
3 replies
binaryruel

Resource Label Uppercase?

Silly question, but I need the model label to be uppercase some part of the string.

public static function getModelLabel(): string
{
    return  "SSML Applications";
}
public static function getModelLabel(): string
{
    return  "SSML Applications";
}


but results to the attached image.

Still outputs "Ssml Applications" rather than "SSML Applications".
Screenshot_12-02-2023_23.50.00.png
Solution
This is solved!

 protected static ?string $breadcrumb = "SSML Applications";

protected static ?string $navigationLabel = "SSML Applications";
 protected static ?string $breadcrumb = "SSML Applications";

protected static ?string $navigationLabel = "SSML Applications";
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Translate resource label
FilamentFFilament / ❓┊help
2y ago
alter new resource label
FilamentFFilament / ❓┊help
2y ago
Conditional Resource/Navigation Label
FilamentFFilament / ❓┊help
3y ago
Customize "create :resource" button label
FilamentFFilament / ❓┊help
2y ago