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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
How should I set Nova Slug field to use specific language field when creating a new model?
My slug field is not set as translatable.
None of these worked for me, the Slug field acts like a normal text field and doesn't generate a slug:
Slug::make('slug')->from('title')
Slug::make('slug')->from('title.en')
Slug::make('slug')->from('title->en')
🙏
Beta Was this translation helpful? Give feedback.
All reactions