@@ -14,11 +14,11 @@ Download and Install
1414Prerequisites
1515-------------
1616
17- - This guide assumes that you have the following software installed:
18-
19- - `PHP <https://www.php.net/downloads>`__
20- - `Composer <https://getcomposer.org/doc/00-intro.md>`__
17+ To create the quick start application, you need the following software
18+ installed in your development environment:
2119
20+ - `PHP <https://www.php.net/downloads>`__
21+ - `Composer <https://getcomposer.org/doc/00-intro.md>`__
2222- A terminal app and shell. For MacOS users, use Terminal or a similar app.
2323 For Windows users, use PowerShell.
2424
@@ -31,12 +31,11 @@ to a Laravel web application.
3131.. procedure::
3232 :style: connected
3333
34- .. step:: Install the {+php-extension}
34+ .. step:: Install the {+php-extension+ }
3535
3636 The {+odm-short+} requires the {+php-extension+} to manage MongoDB
3737 connections and commands.
3838
39-
4039 Use the ``pecl`` extension manager to install {+php-extension+}.
4140
4241 .. code-block:: bash
@@ -49,6 +48,7 @@ to a Laravel web application.
4948 following output:
5049
5150 .. code-block:: none
51+ :copyable: false
5252
5353 install ok: channel://pecl.php.net/mongodb-<version number>
5454 Extension mongodb enabled in php.ini
@@ -67,13 +67,14 @@ to a Laravel web application.
6767 following output:
6868
6969 .. code-block:: none
70+ :copyable: false
7071
7172 Using version ^<version number> for laravel/installer
7273
73- .. step:: Create a Laravel App
74+ .. step:: Create a Laravel Application
7475
7576 Run the following command to generate a new Laravel web application
76- called {+quickstart-app-name+}:
77+ called `` {+quickstart-app-name+}`` :
7778
7879 .. code-block:: bash
7980
@@ -83,6 +84,7 @@ to a Laravel web application.
8384 following output:
8485
8586 .. code-block:: none
87+ :copyable: false
8688
8789 INFO Application ready in [{+quickstart-app-name+}]. You can start your local development using:
8890
@@ -108,7 +110,7 @@ to a Laravel web application.
108110 composer require "mongodb/laravel-mongodb"
109111
110112 When the installation successfully completes, you should see the
111- following in your ``composer.json`` file:
113+ following in your ``composer.json`` file in the application directory :
112114
113115 .. code-block:: json
114116
0 commit comments