How can I use Laravel ENUM in the Filement table?
how can I use Laravel's ENUM in the Filement table and form?
I'm doing it this way, but is there a better way to do it?
Solution:Jump to solution
3 Replies
Solution
You should do something like this: and then in the table ->options(OrderPaymentMethod::class)