File tree Expand file tree Collapse file tree 3 files changed +30
-6
lines changed Expand file tree Collapse file tree 3 files changed +30
-6
lines changed Original file line number Diff line number Diff 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+
2944After you complete these steps, you have a Laravel web application that
3045uses the {+odm-long+} to connect to your MongoDB deployment, run a query on
3146the sample data, and render a retrieved result.
Original file line number Diff line number Diff line change 22
33====================
44Download 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
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Next Steps
1414Congratulations on completing the quick start tutorial!
1515
1616In 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
1818MongoDB Atlas.
1919
2020Learn more about {+odm-short+} features from the following resources:
You can’t perform that action at this time.
0 commit comments