laravel-eloquent-state-machines
laravel-eloquent-state-machines copied to clipboard
Select which attribute you want to track history
Summary
What's the new feature about? What should it do?
When recordHistory is true all the attribute that changed are saved in "changed_attribute". If there are a lot of attributes it could be nice to have the opportunity to select only some of them.
Proposal
How should it work? API ideas?
Additional Notes
Reference links or comments