File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,9 +105,9 @@ View MongoDB Data
105
105
.. code-block:: none
106
106
:copyable: false
107
107
108
- INFO View [resources/views/browse_movie .blade.php] created successfully.
108
+ INFO View [resources/views/browse_movies .blade.php] created successfully.
109
109
110
- Open the ``browse_movie .blade.php`` view file in the ``resources/views``
110
+ Open the ``browse_movies .blade.php`` view file in the ``resources/views``
111
111
directory. Replace the contents with the following code and save the
112
112
changes:
113
113
@@ -141,7 +141,7 @@ View MongoDB Data
141
141
142
142
.. step:: Optionally, view your results as JSON documents
143
143
144
- Rather than generating a view and editing the ``browse_movie .blade.php`` file, you can
144
+ Rather than generating a view and editing the ``browse_movies .blade.php`` file, you can
145
145
use the ``toJson()`` method to display your results in JSON format.
146
146
147
147
Replace the ``show()`` function with the following code to retrieve results and
You can’t perform that action at this time.
0 commit comments