Level 67
You could listen for the created (or creating) event. https://laravel.com/docs/5.5/eloquent#events
I use in my laravel 5.5 app Model::updateOrCreate(), it works, but by 1 parameter I wish to do something only if entry is creating and not updating model, is this possible?
Please or to participate in this conversation.