spatie/laravel-model-status

How to store statuses for the models with HasStatuses trait ?

Jeanguitoune opened this issue · 1 comments

Hi, I just discovered the package but I'm not sure on how to store the statuses efficiently/smartly. Should I make them a property array in the Model or put them in a/multiple separate data table(s) ?

What's your advice on that ?

Best regards,

The packages handles that all for you. It stores the statuses in a seperate table.