mongor
mongor copied to clipboard
examples
for someone completely new to laravel - could you add some examples how to use it properly? thanks! :)
(also, is this the goto mongodb bundle or are there others?)
I planed to rewrite this bundle to be more like Eloquent, now it looks like but the relationship are not working good. You can try to use like Eloquent, now I don't have enough time to finish this bundle and write a completely documentation.
As I know, this is the only bundle for MongoDB.
whats still to finish? if you point it out i can finish it.
you have any idea how it could be included to be used within auth?
Relationship are not working really good, many-to-many especially. And some functionalty like MongoCursor, Indexes and MongoTypes are not build.
Now in Laravel 3.2 you can make a custom driver auth, so is easy to map "_id" and retrive user information, i'll try today to make one.
I'd like to see some examples too, I'd like to try mongodb and I found this classy bundle. It can't be used with migrations?
+1 to all folks above - Please some one provide examples of Selecting, Adding and Removing records via this Bundle.
Cause even after get into source, I can't understand why public functions like remove() or find() returns exception "Method [remove] is not defined." from model.php
To see a docs - will be the best.
You're still using Laravel 3? If not just look up a package at packagist.
@vohof yes, on long life projects