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

### **Description:** After running the composer update upgrades laravel/framework to 9.21.0 (released two days ago). After the upgrade when the user logs in successfully, it redirects the user to the...

- Laravel-mongodb Version: 3.8^ - PHP Version: 7.4.28 - Database Driver & Version: ### Description: This is my code Product::query()->with('sales', function ($query){ $query->select('unit_count', 'total_sales', 'date'); }); ### Expected behaviour The...

Fix issues #2334 So basically, current whereDate, whereDay, whereMonth and whereYear is query on different column with specific need (like whereDate you need column that has value YYYY-MM-DD etc) using...

Needs work

Laravel added a `schema:dump` command in version 8: https://github.com/laravel/framework/pull/32275 Running `php artisan schema:dump --database=mongodb` crashes with the following error: ``` TypeError call_user_func_array(): Argument #1 ($callback) must be a valid callback,...

tracked-in-jira

This PR replaces an [older one](https://github.com/jenssegers/laravel-mongodb/pull/2419). This is a safe fix, where we type cast column value to `string` when ordering. This is more inline in how the Eloquent method...

Fix getting a value from `\Illuminate\Database\Eloquent\Casts\Attribute`-returning accessors (issue #2363).

### Description: withThrashed doesn't work at all. ### Steps to reproduce 1. Define an entity relationship like so: ``` public function something() { return $this->belongsTo(Something::class)->withThrashed(); } ``` 2. Call this...

### Is your feature request related to a problem? There are no any possibility to do negation. ### Describe the solution you'd like I would like to use whereNot or...

- Laravel-mongodb Version: 8.0 - PHP Version: 8.1 - Database Driver & Version: "jenssegers/mongodb": "^3.9", ### Description: When Update array in object in embedded array, An exception was thrown. ###...

- Laravel-mongodb Version: #.#.# - lumen 8 and mongodb 5 - PHP Version: #.#.# - 8.0.8 - Database Driver & Version: - MongoDB extension version | 1.10.0 -- | --...