Set Global Form Input Label as `Str::headline()`?
In all of my inputs, I find myself overriding the label:
Billing first name -> Billing First Name
Is there way to override the default setting label to always use
Str::headline()
? Either in a App Service Provider or service container?
Tried to do something fun like this but no dice:
2 Replies
there is a global settings it can help
https://filamentphp.com/docs/3.x/forms/fields/getting-started#global-settings
Perfect thank you