tomhatzer / nova-slug-field

Slug field for Laravel Nova

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error

opened this issue · comments

You need to import the class in order to use ist.

-> use Benjaminhirsch\NovaSlugField\Slug;
-> use Benjaminhirsch\NovaSlugField\TextWithSlug;

I've updated the readme to make it a bit clearer. :)