Skip to content

Commit 3aa95be

Browse files
authored
DOCSP-48956: replace tutorial link (#3333)
1 parent 5832007 commit 3aa95be

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

docs/quick-start.txt

-5
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@ read and write operations on the data.
4141
`How to Build a Laravel + MongoDB Back End Service <https://www.mongodb.com/developer/languages/php/laravel-mongodb-tutorial/>`__
4242
MongoDB Developer Center tutorial.
4343

44-
You can learn how to set up a local Laravel development environment
45-
and perform CRUD operations by viewing the
46-
:mdbu-course:`Getting Started with Laravel and MongoDB </courses/getting-started-with-laravel-and-mongodb>`
47-
MongoDB University Learning Byte.
48-
4944
If you prefer to connect to MongoDB by using the {+php-library+} without
5045
Laravel, see `Connect to MongoDB <https://www.mongodb.com/docs/php-library/current/connect/>`__
5146
in the {+php-library+} documentation.

docs/quick-start/next-steps.txt

+9-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ You can download the web application project by cloning the
2121
`laravel-quickstart <https://github.com/mongodb-university/laravel-quickstart>`__
2222
GitHub repository.
2323

24+
.. tip:: Build a Full Stack Application
25+
26+
Learn how to build a full stack application that uses {+odm-long+} by
27+
following along with the `Full Stack Instagram Clone with Laravel and
28+
MongoDB <https://www.youtube.com/watch?v=VK-2j5CNsvM>`__ tutorial on YouTube.
29+
30+
Further Learning
31+
----------------
32+
2433
Learn more about {+odm-long+} features from the following resources:
2534

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

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

0 commit comments

Comments
 (0)