api-platform
api-platform copied to clipboard
Problem with Laravel Cast to Enum
API Platform version(s) affected: ^4.0
Description
When value caste to Enum Api Platform fall with 500 error
How to reproduce
Add enum cast, example:
protected function casts(): array
{
return [
'plan' => PlansEnum::class
];
}
Having the same problem as well!
I reached out to support about this issue - they do not currently support Enum casts.
PR welcome!
I'm also having same isse.