attribute-events icon indicating copy to clipboard operation
attribute-events copied to clipboard

🔥 Fire events on attribute changes of your Eloquent model

Results 3 attribute-events issues
Sort by recently updated
recently updated
newest added

Add support for PHP 8.1 Enums by converting the value to a string if the attribute is casted to a backed enum. Related: https://github.com/jpkleemans/attribute-events/issues/11

I see that the package supports castables however, it doesn't support enums. Here's example model: ```php

I had thought from docs it would work for a created instance if the attributes were set properly.