Nevermind, I asked the question on StackOverflow and one of the users pointed out that using create automatically instantiates, fills, and then saves the model in one step.
I got so used to creating model instances with create() that I forgot that sometimes it's best to take it step by step.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.