-
Hi Guys,
I've tried to implement password reset, also with 'Jenssegers\Mongodb\Auth\PasswordResetServiceProvider::class' , but there are certain mistakes
First: Jenssegers\Mongodb\Auth\Password…
-
- We've softDeletes() in the migration
- The model uses SoftDeletingTrait, and mentions the name of date field.
- I've verified the actual document inside MongoDB has a deleted_at entry, with date-tim…
-
I need to use transactions on mongodb in laravel-5.8. I use like below snippet in my code but it does not rollback when one of queries failed.
```
$session = MongoDB::startSession();
$session->st…
-
@jenssegers, library has pending PR's waiting review one month and more, old docs, broken ci in travis, many issues without answers for community. I propose to find new maintainers from community, if …
-
I've used this library in L4 without any issues regarding logging.
```
\DB::listen(function($sql, $bindings, $time) {
\Log::info($sql);
});
```
Would simply log all the q…
tomvo updated
5 years ago
-
```
-
i found a bug if i try eager load embedMany Relation from a Model then after that i tried access the relation object, the do some update to the atribute and save, then it failed the code is like
```…
-
hi
I just found this library when i was trying to implement something similar. Great stuff, thanks.
In fact, I am new to laravel and eloquent.
As I am using mongodb , i also found this mongodb versio…
-
Hey guys,
I m using jenssegers/Laravel-MongoDB.
I had two Model class eg: Category, Offering
class Category extends \Moloquent{
protected $collection = "categories";
public function offerings(){
r…
-
{message: "Call to a member function prepare() on null",…}
exception: "Symfony\Component\Debug\Exception\FatalThrowableError"
file: "/var/www/html/broc/vendor/laravel/framework/src/Illuminate/Databa…