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

I am struggling to resolve an issue, trying to install laravel-admin, all seem well with the install, but when I try to browse the site I get the following error...

duplicate
enhancement
tracked-in-jira

- Laravel-mongodb Version: v3.9.5 - PHP Version: PHP 8.1.20 (cli) (built: Jun 14 2023 06:04:53) (NTS) - Database Driver & Version: mongodb/mongodb 1.15.0, MongoDB extension version => 1.15.3 ### Description:...

### Is your feature request related to a problem? When trying to insert relationships into models via a service provider, it is not possible because the mongo specific methods are...

relations

Add belongsToMany in HybridRelations

tracked-in-jira

- Laravel-mongodb Version: [4.0.0-rc1](https://github.com/mongodb/laravel-mongodb/releases/tag/4.0.0-rc1) - Laravel Version: 10.24.0 - PHP Version: 8.1.17 | 8.2.10 - Database Driver & Version: MongoDB driver for PHP * php8.1-mongodb / 1.16.2-1+0~20230907.41+debian11~1.gbp9ffec5 * php8.2-mongodb /...

tracked-in-jira

Attributes should be prioritized over relationship methods; this is how Laravel does it and what the developer anticipates. ## The issue The issue was (and I added a test for...

Fix #2120 By moving all the logic to a trait, it make it possible to reuse entities provided by community projects. Example: https://github.com/z-song/laravel-admin/blob/master/src/Auth/Database/Administrator.php The properties `$primaryKey` and `$keyType` can't be...

hello please check my code and merge it. db info ```json Build Info: { "version": "4.4.18", "gitVersion": "8ed32b5c2c68ebe7f8ae2ebe8d23f36037a17dea", "openSSLVersion": "OpenSSL 1.1.1 11 Sep 2018", "modules": [], "allocator": "tcmalloc", "environment": {...