mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 13:24:03 +00:00
582 B
582 B
| title | tweet_id | thread_slug | author_username | images | created_at | slug | |
|---|---|---|---|---|---|---|---|
| You can temporarily disable timestamps when saving a model | 1512463801278291971 | weekly-thread-2022-14 | BurtDS |
|
2022-04-08T16:14:05+00:00 | you-can-temporarily-disable-timestamps-when-saving-a-model |
📝 #Laravel Tip | In some cases you don't want the updated_at field the change when updating small things. .. Did you know you could disable the timestamps while saving your data? Here is how... 🔥
#laraveltip #php #code #development #details