ben

Results 4 comments of ben

The last part to get this setup for me so it simply runs with ```sail up``` was to run command ```sail artisan sail:publish``` then to ```docker/8.0/supervisord.conf``` add ``` [program:hot] command=npm...

Just curious are you trying to save values as integers here? I have been trying to wrap my head around how to use this library for storing USD currency values...

i would use same syntax ``` static::created(function ($model) { $model->syncOriginalAccessors(); $model->fireAttributeEvents(); }); ``` needs to additionally add checks for wasRecentlyCreated to the isDirty checks ie ``` isDirty || wasRecentlyCreated ```...