Automatically Update `created_by` and `updated_by` in Laravel Using Bootable Traits
If you use timestamps feature in Laravel, then you got the free feature of auto-update on created_at and update_at columns when the model is created or updated. Now, what if you want the same thing for you own customs created_by and updated_by column...
hasanmn.dev3 min read
Jose Luis Zelaya
Web developer
Thank you for this article. I will incorporate this in my future projects. Nice job.