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

- Laravel-mongodb Version: #.#.# - PHP Version: #.#.# - Database Driver & Version: ### Description: I have issue when store data to cache lock with MongoDB driver. error also occurs...

tracked-in-jira

- Laravel-mongodb Version: 3.8.5 - PHP Version: 8.1.6 - Database Driver & Version: 4.0.20 (I am not currently in a position to be able to upgrade, so I hope this...

relations

- laravel/framework: 10.38 - mongodb/laravel-mongodb: 4.1.0 I got this error "MongoDB\Laravel\Query\Builder::compileWhereSub()" when i try to run a subQuery like this: `$query->where('filters', 'elemMatch', function ($elemMatchQuery) use ($searchBy, $value) { $elemMatchQuery->where([ 'search_by'...

### Is your feature request related to a problem? No but if possible it will have a smooth transition with mongodb nodejs. ### Describe the solution you'd like Im not...

tracked-in-jira

- Laravel-mongodb Version: 4.1.0 - PHP Version: 8.2.12 - Database Driver & Version: Atlas Mongo DB Serverless V2 Version 7.1.1 ### Description: ### Steps to reproduce 1. Install mongo db...

Fix #2577 (continuing) Fix PHPORM-127 Moving the code from the `Model` class to the `EmbedsRelations` trait.

MorphTo relations where added in https://github.com/mongodb/laravel-mongodb/pull/2608 Laravel documentation: https://laravel.com/docs/10.x/eloquent-relationships#polymorphic-relationships Documentation to update: https://github.com/mongodb/laravel-mongodb/blob/4.1/docs/eloquent-models.md#relationships

docs

- Laravel-mongodb Version: [4.0.0-rc1](https://github.com/mongodb/laravel-mongodb/releases/tag/4.0.0-rc1) - Laravel Version: 10.22.0 | 10.23.1 - PHP Version: 8.1.17 - Database Driver & Version: MongoDB driver for PHP * php8.1-mongodb * 1.15.0+1.11.1+1.9.2+1.7.5-1+0~20221209.37+debian11~1.gbp3b38f2 ### Description: Eror...

enhancement

This is rework of test for PR #1990 > To check if a field is dirty we can simply use fromPHP() function of the mongodb driver. Besides, we shouldn't use...

- Laravel-mongodb Version: #.#.# - PHP Version: 8.1.6 - Database Driver & Version: MongoDB 6.0.2 Community ### Description: It seems it's trying to get count from mysql instead of mongodb....

tracked-in-jira