I exported some documents from a collection using mongodump.
I need a way to import into my collection after a db reset.
Is there a way to load the json and directly add all its content to collection?
You can use mongorestore. See docs
OMG. I should explicitly say that I want use your library... I am asking here for a reason !
@realtebo i didn't see reason in your question
If you can load blob file(maybe json, maybe tar) directly using default work of this library, you can parse blob file and using work with Eloquent model or collection
This library dont't have mechanism to load blob files into collections
Ok, good to know, I was only looking for this info. It's not possible. ok.