You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the official docs, there is no best practise stated as I know. According to the official Laravel translation strings (in this example, the validation rules), Laravel is using snake_case.
What is the best practice for the translation variables?
for example __('some variable')
do we do it as snake_case or kebab-case or camelCase?
The text was updated successfully, but these errors were encountered: