Skip to content

DOCSP-44172: Laravel Herd #3171

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 11, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/quick-start/download-and-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,19 @@ 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, see the following resources:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This admonition box leads with "Alternatively..." before introducing any of the dependencies in the main body of the page. Would consider either moving this tip box lower or updating the text to the following.

Let me know if you'd like to talk more about this feedback!

Suggested change
.. 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:
.. tip::
As an alternative to the steps detailed on this page, 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:

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I kept the admonition where it is but reworded - lmk what you think!


- `Installing MongoDB via Herd Pro
<https://herd.laravel.com/docs/1/herd-pro-services/mongodb>`__ in the Herd
documentation
- `Laravel Herd Adds Native MongoDB Support
<https://www.mongodb.com/developer/products/mongodb/laravel-herd-native-support/>`__
in the MongoDB Developer Center

.. procedure::
:style: connected

Expand Down
Loading