nova-slug-field
nova-slug-field copied to clipboard
Slug field for Laravel Nova
Nova 4.0
Hey, any chance to update this package to Nova 4.0? The issue is the TextWithSlug field does not show up on any screen.
Fixes tomhatzer/nova-slug-field#26 shows help text on both TextWithSlug and Slug fields
I wanted to use `\Benjaminhirsch\NovaSlugField\TextWithSlug` with `asHtml` in combination with `displayUsing` to create a link but noticed that this behaviour differs from the regular `\Laravel\Nova\Fields\Text`. This fixed that
Nova fields have `help` text that can be specified by `->help($text)` method. Both `TextWithSlug` and `Slug` don’t render this help text.
Great work on this field. It would be nice to have a feature to combine 2 fields into one slug. We have a table with staff members which have first_name...
I tried two packages: https://github.com/spatie/nova-translatable https://github.com/mrmonat/nova-translatable and this package does not work with any of them.