Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion docs/cache.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Cache and Locks
Configuration
-------------

To use MongoDB as a backend for `Laravel Cache and Locks <https://laravel.com/docs/{+laravel-docs-version+}/cache>`__,
To use MongoDB as a back end for `Laravel Cache and Locks <https://laravel.com/docs/{+laravel-docs-version+}/cache>`__,
add a store configuration by specifying the ``mongodb`` driver in ``config/cache.php``:

.. code-block:: php
Expand Down
2 changes: 1 addition & 1 deletion docs/fundamentals/atlas-search.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ following optional parameters to ``search()``:
* - ``returnStoredSource``
- ``bool``
- Specifies whether to perform a full document lookup on the
backend database or return only stored source fields directly
back end database or return only stored source fields directly
from Atlas Search

* - ``tracking``
Expand Down
2 changes: 2 additions & 0 deletions docs/index.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _laravel-docs-landing:

===============
{+odm-long+}
===============
Expand Down
1 change: 1 addition & 0 deletions docs/quick-start.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Quick Start
View Data </quick-start/view-data/>
Write Data </quick-start/write-data/>
Next Steps </quick-start/next-steps/>
Tutorial: Build a Back End </quick-start/backend-service-tutorial>

Overview
--------
Expand Down
Loading
Loading