Batch import with saveQuietly #3912
-
Hello, I'm trying to find a way to import csv file and not triggering any model events. Is there any ->saveQuietly() option in Laravel Excel ? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
patrickbrouwers
Apr 11, 2023
Replies: 2 comments
-
If you use batch inserts (concern), no model events are triggered. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dgillier
-
Great! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you use batch inserts (concern), no model events are triggered.