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
25 changes: 25 additions & 0 deletions docs/fundamentals.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
.. _laravel_fundamentals:

============
Fundamentals
============

.. facet::
:name: genre
:values: reference

.. meta::
:keywords: php framework, odm

.. toctree::
:titlesonly:
:maxdepth: 1

/fundamentals/read-operations
/fundamentals/write-operations

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

- :ref:`Read Operations <laravel-fundamentals-read-ops>`
- :ref:`Write Operations <laravel-fundamentals-write-ops>`

7 changes: 4 additions & 3 deletions docs/retrieve.txt → docs/fundamentals/read-operations.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
.. _laravel-fundamentals-retrieve:
.. _laravel-fundamentals-read-ops:

==============
Retrieve Data
==============
===============
Read Operations
===============

.. facet::
:name: genre
Expand Down
Loading