In Eloquent, what is the difference between firstOrCreate, firstOrNew and updateOrCreate?
Background Eloquent has three powerful methods if you want to work with existing data. The three methods are firstOrCreate, firstOrNew, and updateOrCreate. To compound matters,