api-platform icon indicating copy to clipboard operation
api-platform copied to clipboard

Problem with Laravel Cast to Enum

Open ifedeev opened this issue 1 year ago • 4 comments

API Platform version(s) affected: ^4.0

Description
When value caste to Enum Api Platform fall with 500 error image

How to reproduce
Add enum cast, example:

protected function casts(): array
    {
        return [
            'plan' => PlansEnum::class
        ];
    }

ifedeev avatar Dec 10 '24 21:12 ifedeev

Having the same problem as well!

ziming avatar Jan 14 '25 06:01 ziming

I reached out to support about this issue - they do not currently support Enum casts.

jonericksonbkjg avatar Jan 21 '25 17:01 jonericksonbkjg

PR welcome!

dunglas avatar Jan 21 '25 18:01 dunglas

I'm also having same isse.

AdilAmanat avatar Jan 22 '25 09:01 AdilAmanat