Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a9042f4

Browse files
Merge 4.1 into 4.2 (#2895)
2 parents 0d68370 + eea4950 commit a9042f4

File tree

6 files changed

+736
-5
lines changed

6 files changed

+736
-5
lines changed

‎docs/fundamentals.txt‎

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

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

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

24-
- :ref:`Manage Databases and Collections <laravel-db-coll>`
25-
- :ref:`Read Operations <laravel-fundamentals-read-ops>`
26-
- :ref:`Write Operations <laravel-fundamentals-write-ops>`
27-
25+
- :ref:`laravel-fundamentals-connection`
26+
- :ref:`laravel-db-coll`
27+
- :ref:`laravel-fundamentals-read-ops`
28+
- :ref:`laravel-fundamentals-write-ops`

‎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)

AltStyle によって変換されたページ (->オリジナル) /