File tree Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ Laravel MongoDB
1414 :maxdepth: 1
1515
1616 /quick-start
17- /install
1817 /eloquent-models
1918 /query-builder
2019 /user-authentication
@@ -44,9 +43,9 @@ Laravel Eloquent and Query Builder syntax to work with your MongoDB data.
4443Quick Start
4544-----------
4645
47- Learn how to create and configure a Laravel web application to connect to
48- MongoDB hosted on MongoDB Atlas by using {+odm-short+} and begin working
49- with data in the :ref:`laravel-quick-start` section.
46+ Learn how to add {+odm-short+} to a Laravel web application, connect to
47+ MongoDB hosted on MongoDB Atlas, and begin working with data in the
48+ :ref:`laravel-quick-start` section.
5049
5150Fundamentals
5251------------
Original file line number Diff line number Diff line change 1- .. _laravel-quickstart :
1+ .. _laravel-quick-start :
22
33===========
44Quick Start
Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ View Sample MongoDB Data
2525
2626 php artisan make:model Movie -cr
2727
28- When the command successfully completes, you should see the following
29- output:
28+ When the command successfully completes, you should see the following
29+ output:
3030
31- .. code-block:: none
32- :copyable: false
31+ .. code-block:: none
32+ :copyable: false
3333
34- INFO Model [app/Models/Movie.php] created successfully.
34+ INFO Model [app/Models/Movie.php] created successfully.
3535
36- INFO Controller [app/Http/Controllers/MovieController.php] created successfully.
36+ INFO Controller [app/Http/Controllers/MovieController.php] created successfully.
3737
3838 .. step:: Edit the Model to use {+odm-short+}
3939
You can’t perform that action at this time.
0 commit comments