From 3aa95bec5b7e7cbf9d43b208e9dc1460895b9062 Mon Sep 17 00:00:00 2001
From: Rea Rustagi <85902999+rustagir@users.noreply.github.com>
Date: Thu, 3 Apr 2025 15:28:18 -0400
Subject: [PATCH] DOCSP-48956: replace tutorial link (#3333)
---
docs/quick-start.txt | 5 -----
docs/quick-start/next-steps.txt | 10 +++++++++-
2 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/docs/quick-start.txt b/docs/quick-start.txt
index 83b0c3937..ebfcb7348 100644
--- a/docs/quick-start.txt
+++ b/docs/quick-start.txt
@@ -41,11 +41,6 @@ read and write operations on the data.
`How to Build a Laravel + MongoDB Back End Service `__
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 `
- MongoDB University Learning Byte.
-
If you prefer to connect to MongoDB by using the {+php-library+} without
Laravel, see `Connect to MongoDB `__
in the {+php-library+} documentation.
diff --git a/docs/quick-start/next-steps.txt b/docs/quick-start/next-steps.txt
index 1a7f45c6e..2853777fb 100644
--- a/docs/quick-start/next-steps.txt
+++ b/docs/quick-start/next-steps.txt
@@ -21,6 +21,15 @@ You can download the web application project by cloning the
`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 `__ 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
@@ -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.
-