From 3f0394e876a01d6dae387bcfa0b6dfa19ff4ffec Mon Sep 17 00:00:00 2001 From: norareidy Date: Thu, 10 Oct 2024 15:26:48 -0500 Subject: [PATCH 1/3] DOCSP-44172: Laravel Herd --- docs/quick-start/download-and-install.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/quick-start/download-and-install.txt b/docs/quick-start/download-and-install.txt index 5e9139ec8..8840f7cb6 100644 --- a/docs/quick-start/download-and-install.txt +++ b/docs/quick-start/download-and-install.txt @@ -28,6 +28,13 @@ Download and Install the Dependencies Complete the following steps to install and add the {+odm-short+} dependencies to a Laravel web application. +.. tip:: + + Alternatively, you can use Laravel Herd to install MongoDB and configure a + Laravel MongoDB development environment. For more information about using + Laravel Herd with MongoDB, visit the `Herd documentation + `__. + .. procedure:: :style: connected From c94eb57aca080d5c554c9d488c680ffa2098249d Mon Sep 17 00:00:00 2001 From: norareidy Date: Thu, 10 Oct 2024 15:56:52 -0500 Subject: [PATCH 2/3] dev center article --- docs/quick-start/download-and-install.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/quick-start/download-and-install.txt b/docs/quick-start/download-and-install.txt index 8840f7cb6..5f615c53a 100644 --- a/docs/quick-start/download-and-install.txt +++ b/docs/quick-start/download-and-install.txt @@ -32,8 +32,14 @@ to a Laravel web application. Alternatively, you can use Laravel Herd to install MongoDB and configure a Laravel MongoDB development environment. For more information about using - Laravel Herd with MongoDB, visit the `Herd documentation - `__. + Laravel Herd with MongoDB, see the following resources: + + - `Installing MongoDB via Herd Pro + `__ in the Herd + documentation + - `Laravel Herd Adds Native MongoDB Support + `__ + in the MongoDB Developer Center .. procedure:: :style: connected From c33a6b68483172826fa5f018180c566a6c76090b Mon Sep 17 00:00:00 2001 From: norareidy Date: Fri, 11 Oct 2024 10:26:32 -0400 Subject: [PATCH 3/3] MM feedback --- docs/quick-start/download-and-install.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/quick-start/download-and-install.txt b/docs/quick-start/download-and-install.txt index 5f615c53a..f4e480ce5 100644 --- a/docs/quick-start/download-and-install.txt +++ b/docs/quick-start/download-and-install.txt @@ -30,9 +30,9 @@ to a Laravel web application. .. tip:: - Alternatively, you can use Laravel Herd to install MongoDB and configure a - Laravel MongoDB development environment. For more information about using - Laravel Herd with MongoDB, see the following resources: + As an alternative to the following installation steps, you can use Laravel Herd + to install MongoDB and configure a Laravel MongoDB development environment. For + more information about using Laravel Herd with MongoDB, see the following resources: - `Installing MongoDB via Herd Pro `__ in the Herd