@@ -37,7 +37,6 @@ The {+odm-long+} aggregation builder lets you build aggregation stages and
3737aggregation pipelines. The following sections show examples of how to use the
3838aggregation builder to create the stages of an aggregation pipeline:
3939
40- - :ref:`laravel-add-aggregation-dependency`
4140- :ref:`laravel-build-aggregation`
4241- :ref:`laravel-aggregation-examples`
4342- :ref:`laravel-create-custom-operator-factory`
@@ -49,27 +48,6 @@ aggregation builder to create the stages of an aggregation pipeline:
4948 aggregation builder, see :ref:`laravel-query-builder-aggregations` in the
5049 Query Builder guide.
5150
52- .. _laravel-add-aggregation-dependency:
53- 54- Add the Aggregation Builder Dependency
55- --------------------------------------
56- 57- The aggregation builder is part of the {+agg-builder-package-name+} package.
58- You must add this package as a dependency to your project to use it. Run the
59- following command to add the aggregation builder dependency to your
60- application:
61- 62- .. code-block:: bash
63- 64- composer require {+agg-builder-package-name+}:{+agg-builder-version+}
65- 66- When the installation completes, verify that the ``composer.json`` file
67- includes the following line in the ``require`` object:
68- 69- .. code-block:: json
70- 71- "{+agg-builder-package-name+}": "{+agg-builder-version+}",
72- 7351.. _laravel-build-aggregation:
7452
7553Create Aggregation Stages
0 commit comments