🔥 Laravel tip: update the parent model timestamp when a child is updated
Mar 13, 2022
Did you know you can update the parent model timestamp when a child is updated?
If you have a "belongsTo" or "belongsToMany" relationship you can define a "$touches" property to do this.
If you have a "belongsTo" or "belongsToMany" relationship you can define a "$touches" property to do this.

Other tips:
🔥 Laravel Tip: Customizing The Resolution Logic
Apr 18, 2022
🔥 Laravel Tip: Custom Polymorphic Types
Apr 7, 2022