alfonsobries / nova-trumbowyg

A Trumbowyg Laravel Nova field
MIT License
13 stars 8 forks source link

PHP 8 support #10

Closed martianatwork closed 2 years ago

martianatwork commented 3 years ago

Getting following error on PHP 8 Type mixed cannot be marked as nullable since mixed already includes null {"userId":1,"exception":"[object] (Symfony\Component\ErrorHandler\Error\FatalError(code: 0): Type mixed cannot be marked as nullable since mixed already includes null at vendor/alfonsobries/nova-trumbowyg/src/NovaTrumbowyg.php:16)

igorlopasovsky commented 3 years ago

I have exactly the same problem. Have you found any solution?

scramatte commented 2 years ago

Same issue here but I'm running php 7.4 with Laravel 8

alfonsobries commented 2 years ago

I'm no longer maintaining this project