Skip to content

Commit 9961bfd

Browse files
Merge 4.2 into 4.3 (#2896)
2 parents d0978a8 + 06904fc commit 9961bfd

File tree

6 files changed

+737
-6
lines changed

6 files changed

+737
-6
lines changed

docs/fundamentals.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,16 @@ Fundamentals
1515
:titlesonly:
1616
:maxdepth: 1
1717

18+
/fundamentals/connection
1819
/fundamentals/database-collection
1920
/fundamentals/read-operations
2021
/fundamentals/write-operations
2122
/fundamentals/aggregation-builder
2223

2324
Learn how to use the {+odm-long+} to perform the following tasks:
2425

25-
- :ref:`Manage Databases and Collections <laravel-db-coll>`
26-
- :ref:`Read Operations <laravel-fundamentals-read-ops>`
27-
- :ref:`Write Operations <laravel-fundamentals-write-ops>`
28-
- :ref:`Create Aggregation Pipelines by Using the Aggregation Builder <laravel-aggregation-builder>`
29-
26+
- :ref:`laravel-fundamentals-connection`
27+
- :ref:`laravel-db-coll`
28+
- :ref:`laravel-fundamentals-read-ops`
29+
- :ref:`laravel-fundamentals-write-ops`
30+
- :ref:`laravel-aggregation-builder`

docs/fundamentals/connection.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
.. _laravel-fundamentals-connection:
2+
3+
===========
4+
Connections
5+
===========
6+
7+
.. toctree::
8+
9+
/fundamentals/connection/connect-to-mongodb
10+
/fundamentals/connection/connection-options
11+
12+
.. contents:: On this page
13+
:local:
14+
:backlinks: none
15+
:depth: 1
16+
:class: singlecol
17+
18+
Overview
19+
--------
20+
21+
Learn how to use {+odm-short+} to set up a connection to a MongoDB deployment
22+
and specify connection behavior in the following sections:
23+
24+
- :ref:`laravel-connect-to-mongodb`
25+
- :ref:`laravel-fundamentals-connection-options`

0 commit comments

Comments
 (0)