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

Hi! I think is not possible to use the `whereColumn`, right? Is there any special reason because it is not implemented? I will be happy to help :)

enhancement
tracked-in-jira

Well, while we are here, time has come, we need to work out on new major version, I've created a new project [#2](https://github.com/jenssegers/laravel-mongodb/projects/2 ) and ready to work out on...

question
breaking-change

### Summary of problem or feature request Searching for any matching string in the Datatable listing is throwing back this error for Mongodb data. "Exception Message:\n\n$or\/$and\/$nor entries need to be...

Hello, In unit test I want to mock collection of models which are requested from Mongo DB Problem is that I need to fill `_id` property as well and it...

- Laravel-mongodb Version: 3.8.4 - PHP Version: 8.1 - Database Driver & Version: 5.0.2 Community ### Description: The order of stages in the resulting "aggregate" pipeline alters the final result...

Hello, I am not getting any results when trying to use the chunk method. Would it be possible to have an example of chunking applied to a query please? Thank...

- Laravel-mongodb Version: 3.8.4 - PHP Version: 7.4 Hello everybody Well, i'd like get all updated. When I updated to the last version of laravel, the 8.78.1 I had this...

- Laravel-mongodb Version: 3.7 - PHP Version: 7.4.9 ### Steps to reproduce 1. create model with propery "nested.date" 2. return it as JsonResource for example 3. you will date in...

bug

- Laravel-mongodb Version: 3.8.4 - PHP Version: 7.4.16 - Database Driver & Version: php extension, version 4.4 ### Description: I have an application where I have two mongo databases on...

- Laravel-mongodb Version: 3.8.0 - PHP Version: 7.3.8 - Database Driver & Version: mongodb php extension, version 1.11.0alpha1 ### Description: My app uses two databases, one mysql one mongodb. When...