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

**- Laravel:** 9 **- Laravel-mongodb Version:** 3.9 **- PHP Version:** 8.1 **- MongoDB extension version:** 1.12.0 **- Edition:** MongoDB 5.0.6 Enterprise Olá a todos, estou utilizando o seguinte método: `...

- Laravel Version: 8.77.1 - Laravel-mongodb Version: 3.8.4 - PHP Version: 8.1.1 - PHP MongoDB Extension Version: 1.12.0 - Database Driver & Version: 4.0 ### Description: ### Steps to reproduce...

- Laravel-mongodb Version: 3.8.4 - PHP Version: 8.1.1 - Database Driver & Version: 4.2 ### Description: Bases on this code https://github.com/jenssegers/laravel-mongodb/blob/master/src/Query/Builder.php#L939 only `_id` and all fields ended with `._id` will...

- Laravel-mongodb Version: 3.9.0 - PHP Version: 8.0.15 - Database Driver & Version: 4.0.4 ### Description: I set `prefix` in `config/database.php` file, but he doesn't work. My database table names...

- Laravel-mongodb Version:3.6.* - PHP Version: 7.3 ### Description: about `Regex` in your document ``` use MongoDB\BSON\Regex; User::where('name', 'regex', new Regex('.*doe', 'i'))->get(); ``` In fact, the query statements executed are...

package ver 3.8.4 I need to eager load the last **Shift** for a **User**. ```php // Models\User public function last_shift() { return $this->hasOne('App\Models\Shift', 'employee_id')->where('start', '

Timeout parameter is not applied in aggregation queries.

bug
Needs investigation

### Is your feature request related to a problem? RuntimeException with message 'This database engine does not support upserts. ### Describe the solution you'd like batch upsert https://laravel.com/docs/8.x/eloquent#upserts ### Describe...

tracked-in-jira

Hi, I am a MongoDB rookie and need your help. I have 2 simple models: Model merchant Controller collection merchants collection comments If I only want to query the merchant,...

Needs investigation

@jenssegers @divine - Laravel-mongodb Version: 3.9 - PHP Version: 8.0.1 ### Description: ### Steps to reproduce Post Model : ```php