Skip to content
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

Merge 5.2 into 5.x #3334

Merged
merged 1 commit into from
Apr 3, 2025
Merged
Show file tree
Hide file tree
Changes from all 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
5 changes: 0 additions & 5 deletions docs/quick-start.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ read and write operations on the data.
`How to Build a Laravel + MongoDB Back End Service <https://www.mongodb.com/developer/languages/php/laravel-mongodb-tutorial/>`__
MongoDB Developer Center tutorial.

You can learn how to set up a local Laravel development environment
and perform CRUD operations by viewing the
:mdbu-course:`Getting Started with Laravel and MongoDB </courses/getting-started-with-laravel-and-mongodb>`
MongoDB University Learning Byte.

If you prefer to connect to MongoDB by using the {+php-library+} without
Laravel, see `Connect to MongoDB <https://www.mongodb.com/docs/php-library/current/connect/>`__
in the {+php-library+} documentation.
Expand Down
10 changes: 9 additions & 1 deletion docs/quick-start/next-steps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ You can download the web application project by cloning the
`laravel-quickstart <https://github.com/mongodb-university/laravel-quickstart>`__
GitHub repository.

.. tip:: Build a Full Stack Application

Learn how to build a full stack application that uses {+odm-long+} by
following along with the `Full Stack Instagram Clone with Laravel and
MongoDB <https://www.youtube.com/watch?v=VK-2j5CNsvM>`__ tutorial on YouTube.

Further Learning
----------------

Learn more about {+odm-long+} features from the following resources:

- :ref:`laravel-fundamentals-connection`: learn how to configure your MongoDB
Expand All @@ -34,4 +43,3 @@ Learn more about {+odm-long+} features from the following resources:

- :ref:`laravel-query-builder`: use the query builder to specify MongoDB
queries and aggregations.

Loading