@@ -50,8 +50,7 @@ to a Laravel web application.
50
50
51
51
composer global require laravel/installer
52
52
53
- When the installation completes, you should see the
54
- following output:
53
+ When the installation completes, you should see the following output:
55
54
56
55
.. code-block:: none
57
56
:copyable: false
@@ -67,8 +66,7 @@ to a Laravel web application.
67
66
68
67
laravel new {+quickstart-app-name+}
69
68
70
- When the installation completes, you should see the
71
- following output:
69
+ When the installation completes, you should see the following output:
72
70
73
71
.. code-block:: none
74
72
:copyable: false
@@ -83,7 +81,7 @@ to a Laravel web application.
83
81
.. step:: Add a Laravel Application Encryption Key
84
82
85
83
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:
87
85
88
86
.. code-block:: bash
89
87
@@ -112,8 +110,8 @@ to a Laravel web application.
112
110
113
111
"mongodb/laravel-mongodb": "^{+package-version+}"
114
112
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.
117
115
118
116
.. include:: /includes/quick-start/troubleshoot.rst
119
117
0 commit comments