dillingham / nova-list-card

Add a variety of resource lists to Nova dashboards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Call to undefined method Laravel\Nova\Cards\Help::uriKey()

0xstride opened this issue · comments

hi,
I've created a basic card using the php artisan nova:list-card RecentUsers command. I've added the card to my dashboard but when I test it I receive the error Call to undefined method Laravel\Nova\Cards\Help::uriKey() . Please can you recommend how best to resolve this?

nova-list card v 0.6
nova v3.8.4

For this package, you'll need to add a uriKey to any other cards you are using in the same view (dashboard, resource index, etc).