@@ -14,7 +14,7 @@ Download and Install
14
14
Prerequisites
15
15
-------------
16
16
17
- To create the quick start application, you need the following software
17
+ To create the Quick Start application, you need the following software
18
18
installed in your development environment:
19
19
20
20
- `PHP <https://www.php.net/downloads>`__
@@ -51,7 +51,7 @@ to a Laravel web application.
51
51
52
52
composer global require laravel/installer
53
53
54
- When the installation successfully completes, you should see the
54
+ When the installation completes, you should see the
55
55
following output:
56
56
57
57
.. code-block:: none
@@ -68,7 +68,7 @@ to a Laravel web application.
68
68
69
69
laravel new {+quickstart-app-name+}
70
70
71
- When the installation successfully completes, you should see the
71
+ When the installation completes, you should see the
72
72
following output:
73
73
74
74
.. code-block:: none
@@ -97,7 +97,7 @@ to a Laravel web application.
97
97
98
98
composer require mongodb/laravel-mongodb:^{+package-version+}
99
99
100
- When the installation successfully completes, you should see the
100
+ When the installation completes, you should see the
101
101
following line in the ``require`` object in your ``composer.json`` file:
102
102
103
103
.. code-block:: json
0 commit comments