laravel-mongodb icon indicating copy to clipboard operation
laravel-mongodb copied to clipboard

A MongoDB based Eloquent model and Query builder for Laravel (Moloquent)

Results 183 laravel-mongodb issues
Sort by recently updated
recently updated
newest added

https://github.com/jenssegers/laravel-mongodb/issues/2129

- Lumen version: 8.0 - PHP Version: 7.4 ### Description: When I try to create a new row in the database through another object's relationship and that object was queried...

- Laravel-mongodb Version: Latest - PHP Version: 7.4 - Database Driver & Version: MongodB ### Description: I tried to reconnect to different db connection and run migration it is still...

- Laravel-mongodb Version: 3.6.3 - PHP Version: 7.3.19 - Database Driver & Version: mongodb 1.7.5 ### Description: The `drop()` method of the `Jenssegers\Mongodb\Eloquent\Model` class has a docblock that says the...

- Laravel-mongodb Version: 8.0.0 - PHP Version: 7.4 - Database Driver & Version: Mongo 4.4 and Mysql 8 ### Description: I have 2 tables Table1 mongo Table2 mysql ` $query...

In Connection.php line 452: Call to a member function prepare() on null "jenssegers/mongodb": "3.3.1", "laravel/framework": "5.5.*", "laravel/passport": "~4.0",

duplicate
question

I have been trying work with passport and mongodb. Do this package has passport support ? If not is any other solutions make it work with passport ? Currently when...

duplicate
enhancement

Hello! I hope to be fine! As I understand, there is not casting support in the models (according to some Issue like this https://github.com/jenssegers/laravel-mongodb/issues/1580 ) I present to add this...

Needs investigation