@@ -50,8 +50,7 @@ to a Laravel web application.
5050
5151 composer global require laravel/installer
5252
53- When the installation completes, you should see the
54- following output:
53+ When the installation completes, you should see the following output:
5554
5655 .. code-block:: none
5756 :copyable: false
@@ -67,8 +66,7 @@ to a Laravel web application.
6766
6867 laravel new {+quickstart-app-name+}
6968
70- When the installation completes, you should see the
71- following output:
69+ When the installation completes, you should see the following output:
7270
7371 .. code-block:: none
7472 :copyable: false
@@ -83,7 +81,7 @@ to a Laravel web application.
8381 .. step:: Add a Laravel Application Encryption Key
8482
8583 Run the following command to add the Laravel application encryption
86- key which is required to encrypt cookies:
84+ key, which is required to encrypt cookies:
8785
8886 .. code-block:: bash
8987
@@ -112,8 +110,8 @@ to a Laravel web application.
112110
113111 "mongodb/laravel-mongodb": "^{+package-version+}"
114112
115- After you complete these steps, you should have a new Laravel project
116- with the {+odm-short+} dependencies installed.
113+ After completing these steps, you have a new Laravel project with the
114+ {+odm-short+} dependencies installed.
117115
118116.. include:: /includes/quick-start/troubleshoot.rst
119117
0 commit comments