ArtisanTinkerer.github.io
Blog
View on GitHub
Eloquent Notes From Laravel Up and Running
always use ->get()
returns collection
no need for save with create
firstOrCreate will actually save to the db
firstOrNew will not save