mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 13:24:03 +00:00
14 lines
No EOL
582 B
Markdown
14 lines
No EOL
582 B
Markdown
---
|
|
title: 'You can temporarily disable timestamps when saving a model'
|
|
tweet_id: '1512463801278291971'
|
|
thread_slug: weekly-thread-2022-14
|
|
author_username: BurtDS
|
|
images:
|
|
- 'https://pbs.twimg.com/media/FPe3PztWQAIaXzC.jpg'
|
|
created_at: 2022-04-08T16:14:05+00:00
|
|
slug: 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 |