Skip to content

Commit 4577038

Browse files
author
Chris Cho
committed
added steps, fixed rst
1 parent 0f3d840 commit 4577038

File tree

3 files changed

+30
-6
lines changed

3 files changed

+30
-6
lines changed

docs/quick-start/connect-to-mongodb.txt

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,33 @@ Connect to MongoDB
1414
.. procedure::
1515
:style: connected
1616

17-
.. step:: Create your Laravel Application
18-
19-
.. step:: Assign the Connection String
17+
.. step:: Set the Connection String in the Database Configuration
2018

2119
Replace the ``<connection string>`` placeholder with the connection
2220
string that you copied from the :ref:`laravel-quick-start-connection-string`
2321
step of this guide.
2422

25-
.. step:: Run your Laravel Application
23+
.. step:: Create a Sample Model, View, and Controller
2624

2725
TODO
2826

27+
.. step:: Create a Sample API Controller to Store Data
28+
29+
TODO:
30+
31+
.. step:: Start your Laravel Application
32+
33+
TODO
34+
35+
.. step:: Write Sample Data to the API Controller
36+
37+
TODO
38+
39+
.. step:: Render Database Data in a View
40+
41+
TODO
42+
43+
2944
After you complete these steps, you have a Laravel web application that
3045
uses the {+odm-long+} to connect to your MongoDB deployment, run a query on
3146
the sample data, and render a retrieved result.

docs/quick-start/download-and-install.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
====================
44
Download and Install
5-
=====================
5+
====================
66

77
.. facet::
88
:name: genre
@@ -19,15 +19,24 @@ This guide assumes that you have the following software installed:
1919
- `PHP <https://www.php.net/downloads>`__
2020
- `Composer <https://getcomposer.org/>`__
2121

22+
Complete the following steps to download and install the components you
23+
need to create a Laravel web application and set up {+odm-short+}.
24+
2225
.. procedure::
2326
:style: connected
2427

2528
.. step:: Install the MongoDB PHP Driver
2629

30+
TODO
31+
2732
.. step:: Install Laravel
2833

34+
TODO
35+
2936
.. step:: Add the {+odm-short+} Dependency
3037

38+
TODO
39+
3140
.. include:: /includes/quick-start/troubleshoot.rst
3241

3342
.. button:: Create a Deployment

docs/quick-start/next-steps.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Next Steps
1414
Congratulations on completing the quick start tutorial!
1515

1616
In this tutorial, you created a Laravel web application that performs
17-
read and write database operations on a MongoDB deployment hostted on
17+
read and write database operations on a MongoDB deployment hosted on
1818
MongoDB Atlas.
1919

2020
Learn more about {+odm-short+} features from the following resources:

0 commit comments

Comments
 (0)