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

- Laravel-mongodb Version: 4.3.0 - PHP Version: 8.3.6 - Database Driver & Version: 6.0 ### Description: After upgrade to 4.3.0 there are dozens of [phpstan](https://github.com/phpstan/phpstan) errors, those errors are all...

https://jira.mongodb.org/browse/DOCSP-35939 [STAGING](https://preview-mongodbrustagir.gatsbyjs.io/laravel/DOCSP-35939/fundamentals/connection/tls/) Docs PR - https://github.com/10gen/docs-laravel/pull/69 ### Checklist - [ ] Add tests and ensure they pass - [ ] Add an entry to the CHANGELOG.md file - [ ]...

docs

JIRA - https://jira.mongodb.org/browse/DOCSP-37770 Staging - https://preview-mongodbnorareidy.gatsbyjs.io/laravel/DOCSP-37770/quick-start/view-data/#optionally--view-your-results-as-json-documents https://preview-mongodbnorareidy.gatsbyjs.io/laravel/DOCSP-37770/query-builder/#before-you-get-started Implementing the solution in this JIRA comment: ``` After investigation, the solution could be to add an optional task in the Quick Start...

Fix PHPORM-81 ### Checklist - [x] Add tests and ensure they pass - [x] Add an entry to the CHANGELOG.md file - [x] Update documentation for new features

This will fix #2783 `$this` points to current model i.e. source model. But the `$ownerKey` should be primary key of target model Leaving `$ownerKey` as null will fix the issue...

- Laravel Version: `10.44.0` - Laravel-mongodb Version: `4.1` - PHP Version: `8.2.10` - Database Driver & Version: `7.0.5` ### Description: Follow #2669 If `morphTo()` is defined on model with `$primaryKey='_id'`...

tracked-in-jira

Hi! First of all thank you very much for this library! It's really useful and convenient! I cannot understand one thing: how should i use orderBy(). So my query is...

question

### Is your feature request related to an issue? In some plugins such as rappasoft/laravel-liveware-tables the debug uses the toSql() function and when I used it at that time it...

- Laravel-mongodb Version: 4.2.0 - PHP Version: 8.3.4 - Database Driver & Version: php8.3-mongodb latest ### Description: I have a model with a mysql collection e.g. $product. with a meta-field...