mikebronner / nova-prepopulate-searchable

A tool to allow BelongsTo searchable fields to be pre-populated with data
MIT License
37 stars 21 forks source link

Call to undefined method Laravel\Nova\Fields\BelongsTo::macro() #1

Closed David-Melo closed 6 years ago

David-Melo commented 6 years ago

image

alexbowers commented 6 years ago

Unfortunately, this requires Laravel Nova 1.0.13.

Pretty sure I put that as a dependency.

David-Melo commented 6 years ago

Thanks for the quick reply. I thought I was on the latest Nova. These releases are coming out faster than I can keep up. Thanks

alexbowers commented 6 years ago

You are on the latest one as it stands, I'm waiting on taylor to release the latest one, which has the base field class with Macroable.

David-Melo commented 6 years ago

I guess I'll be on the wait for that release. Thanks again.

alexbowers commented 6 years ago

@David-Melo It should now be released, can you test it again on the latest version?

David-Melo commented 6 years ago

Tried with the latest version installed and it works great. Thanks