Skip to content
Discussion options

You must be logged in to vote

When using batch inserts you cannot use events as eloquent is skipped and the models are inserted in 1 big query. You should either not use batch inserts if you want to send a notification per inserted row, or dispatch the notification event at the end of the import.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sluxzer
Comment options

Answer selected by sluxzer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants