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 240 laravel-mongodb issues
Sort by recently updated
recently updated
newest added

- Laravel-mongodb Version: 3.8 - PHP Version: 8.1.16 - Database Driver & Version: MongoDB 4.4.14, mongodb php driver 1.13.0 ### Description: When I try to rename a field of a...

Hi there, I am trying to achieve an upsert with push. Basically, I am saving the number of likes from a YouTube post. If the record already exists, I would...

- Laravel-mongodb Version: 3.8.4 - PHP Version: 7.4.28 - Database Driver & Version: 1.12 ### Description: My use case conforms the relationship between 3 entities/models: - Post: This entity acts...

relations

This post shows up still in 2019 🔢 `use MongoDB\BSON\UTCDateTime;` `new UTCDateTime(new \DateTime('now'));` Carbon extends DateTime so a carbon instance should be usable: `new UTCDateTime(Carbon::now());` _Originally posted by @marcnewton in...

- Laravel-mongodb Version: 3.9.0 - PHP Version: 8.0.17 - Database Driver & Version: ### Description: ### Steps to reproduce 1. Push to an array 2. Return the parent entity as...

Hello I cannot change the order in which my results are ordered and this is very important. changes asc to desc and vice versa does not affect the query at...

- Laravel-mongodb Version: #.#.# - PHP Version: 7.4.27 - Database Driver & Version: 1.12.0 ### Description: ### Steps to reproduce 1. set date_default_timezone_set("America/Sao_Paulo") 2. record in database one register with...

Add PHPStan Closes: #1930 Fixes will be added with another PR to keep everything simple as possible.

Needs work

Transaction support (version 3.8)

Needs work

- Laravel-mongodb Version: #.#.# - PHP Version: #.#.# - Database Driver & Version: ### Description: ### Steps to reproduce 1.add a job 2.throw exception in job 3. ### Expected behaviour...

tracked-in-jira