@@ -37,7 +37,6 @@ The {+odm-long+} aggregation builder lets you build aggregation stages and
37
37
aggregation pipelines. The following sections show examples of how to use the
38
38
aggregation builder to create the stages of an aggregation pipeline:
39
39
40
- - :ref:`laravel-add-aggregation-dependency`
41
40
- :ref:`laravel-build-aggregation`
42
41
- :ref:`laravel-aggregation-examples`
43
42
- :ref:`laravel-create-custom-operator-factory`
@@ -49,27 +48,6 @@ aggregation builder to create the stages of an aggregation pipeline:
49
48
aggregation builder, see :ref:`laravel-query-builder-aggregations` in the
50
49
Query Builder guide.
51
50
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
-
73
51
.. _laravel-build-aggregation:
74
52
75
53
Create Aggregation Stages
0 commit comments