simplesquid / nova-enum-field

An enum field and filters for Laravel Nova.
MIT License
52 stars 26 forks source link

Nova V4 support #47

Closed dees040 closed 2 years ago

dees040 commented 2 years ago

Friendly reminder that Laravel Nova V4 released today. Upgrade guide.

nathan-io commented 2 years ago

Seconded, would love to have v4 support. And thanks for this package!

mdpoulter commented 2 years ago

I will get on this as soon as I've managed to organise a v4 license.

nathan-io commented 2 years ago

Just in case you didn't see the promo email about it, if you've purchased it any time in the last year, you already have a free unlimited v4 license in your Nova account.

Otherwise, if you plan to use Nova in multiple projects over the next year, the new "Unlimited" license is discounted this week.

prookie commented 2 years ago

Hey, any news on the V4 compatibility yet? 🙂

mdpoulter commented 2 years ago

Thanks to @brand7n I've published a release with v4 support. I still need to test if there's anything else which needs to change, so I'd appreciate any feedback.

nathan-io commented 2 years ago

We have a project I can try this out in next week. I do hope that composer.json update is truly all that's needed, but based on these docs, I'm doubtful of that:

brand7n commented 2 years ago

@nathan-io All I use is SimpleSquid\Nova\Fields\Enum, but it is working for me. EnumFilter and EnumBooleanFilter probably just need to be updated to use NovaRequest instead of Illuminate\Http\Request.

brand7n commented 2 years ago

FWIW I don't see any issues with EnumFilter or EnumBooleanFilter either