Can use this with something else than MongoBD? I would prefer PostgreSQL. Will this just work or did you put MongoDB specific code on top of the Laravel DB abstraction library? Thanks!
Unfortunately, it can't use other databases and it won't be easy to do so. The design is document-oriented, you can mimic that with JSONB fields but I have no idea how much time you would spend on that.
Can use this with something else than MongoBD? I would prefer PostgreSQL. Will this just work or did you put MongoDB specific code on top of the Laravel DB abstraction library? Thanks!