Back to Laravel Mongodb

Support and Issue Reporting

resources/boost/skills/laravel-mongodb/references/support.md

5.10.01.5 KB
Original Source

Support and Issue Reporting

Before opening an issue, search existing issues and pull requests in the relevant repository — the bug may already be reported or fixed.

Report issues to the repository that owns the layer where the bug occurs:

LayerRepository
Eloquent integration, Laravel-specific behaviourmongodb/laravel-mongodb
PHP query API, BSON, GridFSmongodb/mongo-php-library
C driver, connection, PHP extensionmongodb/mongo-php-driver
DocumentationSubmit feedback using the Rate this page tab on the relevant docs page

When filing a new issue, include a minimal reproducer: the smallest possible code that demonstrates the bug, the PHP and package versions, and the error message or unexpected output.

If an existing issue matches, add a comment with your reproducer — it helps maintainers confirm the scope and prioritise a fix.

Diagnosing the layer

  • MongoDB\Laravel\* class or Eloquent methodlaravel-mongodb
  • MongoDB\Driver\* or ext-mongodb errormongo-php-driver
  • MongoDB\* (no Laravel) classmongo-php-library
  • Wrong page in the docsdocs