whitecube / nova-flexible-content

Flexible Content & Repeater Fields for Laravel Nova
MIT License
789 stars 228 forks source link

Method Laravel\Nova\Fields\FieldCollection::filterForDetail does not exist. #189

Open ibrahem-kamal opened 4 years ago

ibrahem-kamal commented 4 years ago

just as the title says

curder commented 4 years ago

I got the same error.

curder commented 4 years ago

The filterForDetail method from nova package version is great than 3 and my nova version is v2.12.0, so I can use whitecube/nova-flexible-content version is 0.2.2.

you can check your nova version.

thanks.

tpetry commented 3 years ago

This bug has been introduced with 315ad88 to fix #167 which is included since the 0.2.3 release. The used method FieldCollection::filterForDetail has been introduced with laravel nova 3.2.0 and is not available on any version before.