I want to change the placeholder of global search field in Laravel Nova from "Press / to search" to another text
Asked
Active
Viewed 360 times
1 Answers
1
Open the JSON file located
ROOT_PROJECT/resources/lang/vendor/nova/YOUR_LANGUAGE.json // default en.json
and edit in this way
{
// ... other strings
"Press / to search": "YOUR CUSTOM PLACEHOLDER"
}

Luca P.
- 139
- 6