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

JIRA - https://jira.mongodb.org/browse/DOCSP-46415 Staging - https://deploy-preview-157--docs-laravel.netlify.app/query-builder/#aggregate-by-group-examples ### Checklist - [ ] Add tests and ensure they pass

docs

## Summary When calling the `->paginate()` method with the first (`perPage`) argument, mongodb errors if the user passes in a string. ## Steps to reproduce 1. pass `per_page=20` as a...

bug
Needs investigation

Fix [PHPORM-238](https://jira.mongodb.org/browse/PHPORM-238) Implement this feature from Laravel: https://laravel.com/docs/11.x/eloquent-relationships#counting-related-models Counting relations with SQL is done using a subquery. For MongoDB, there is 2 ways: 1. Making a query during eager loading,...

- Laravel-mongodb Version: 5.1 - PHP Version: 8.3 - Database Driver & Version: ### Description: ### Steps to reproduce doesnt work it doesnt return the latest value, ```php public function...

tracked-in-jira

- Laravel-mongodb Version: 5.1 - PHP Version: 8.2 - Laravel Version 11 - Database Driver & Version: ### Description: How to apply for casting when there is embedded fields ###...

### Description: I am experiencing a significant performance regression when counting documents in the reefer_measurements collection using the reefer_id index. Index created on reefer_id: ``` db.reefer_measurements.createIndex({ reefer_id: 1 }); ```...

- Laravel-mongodb Version: 5.1.0 - PHP Version: 8.2.x - Database Driver & Version: ### Description: ### Steps to reproduce 1. Listen to QueryExecuted 2. Log the executed query ### Expected...

tracked-in-jira

Fix PHPORM-418 - Add PHP 8.5 to the tests - Reduce test matrix for less resource consumption while keeping a coverage for every MongoDB server, driver, PHP and Laravel versions....

github

Fix PHPORM-432 This is a temporary workaround. The best solution would be to use the database prefix unique for each test, but this feature is broken https://github.com/mongodb/laravel-mongodb/issues/2372

bug

Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @​salmanmkc in actions/checkout#2248 Persist...

dependencies
github
github_actions