Skip to content

DOCSP-48018: laravel 12 feature compat #3304

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 5, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
DOCSP-48018: laravel 12 feature compat
  • Loading branch information
rustagir committed Mar 5, 2025
commit ab5b67c460d670c9ad6b23eae89c9ce9fdc9e24c
8 changes: 7 additions & 1 deletion docs/feature-compatibility.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ Database Features
* - Database Monitoring
- *Unsupported*

* - Multi-database Support / Multiple Schemas
- Partially supported. Laravel uses a dot separator (``.``)
between SQL schema and table names, but MongoDB allows ``.``
characters within collection names, which might lead to
unexpected parsing of namespaces.

Query Features
--------------

Expand Down Expand Up @@ -136,7 +142,7 @@ The following Eloquent methods are not supported in the {+odm-short+}:
- *Unsupported*

* - Grouping
- Partially supported, use :ref:`Aggregations <laravel-query-builder-aggregations>`.
- Partially supported. Use :ref:`Aggregations <laravel-query-builder-aggregations>`.

* - Limit and Offset
- ✓
Expand Down
Loading