How to update a record without updating timestamp in Laravel
While working on an application, you might encounter a situation, where you don't need to update the default timestamp field updated_at or any custom column defined by you during development. Such as user profile visit count or page visit count where...
Sep 17, 20212 min read195