filamentphp / demo

Source code for the demo.filamentphp.com website.
https://demo.filamentphp.com
MIT License
840 stars 414 forks source link

Convert Order 'status' to be Enum #84

Closed cheesegrits closed 1 year ago

cheesegrits commented 1 year ago

Converted the 'status' field on Order model to be an enum, to provide an example of using Enums in TextColumn and Select with HasLabel and HasColor.

danharrin commented 1 year ago

Thanks!