File tree 2 files changed +9
-6
lines changed
2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -41,11 +41,6 @@ read and write operations on the data.
41
41
`How to Build a Laravel + MongoDB Back End Service <https://www.mongodb.com/developer/languages/php/laravel-mongodb-tutorial/>`__
42
42
MongoDB Developer Center tutorial.
43
43
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
-
49
44
If you prefer to connect to MongoDB by using the {+php-library+} without
50
45
Laravel, see `Connect to MongoDB <https://www.mongodb.com/docs/php-library/current/connect/>`__
51
46
in the {+php-library+} documentation.
Original file line number Diff line number Diff line change @@ -21,6 +21,15 @@ You can download the web application project by cloning the
21
21
`laravel-quickstart <https://github.com/mongodb-university/laravel-quickstart>`__
22
22
GitHub repository.
23
23
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
+
24
33
Learn more about {+odm-long+} features from the following resources:
25
34
26
35
- :ref:`laravel-fundamentals-connection`: learn how to configure your MongoDB
@@ -34,4 +43,3 @@ Learn more about {+odm-long+} features from the following resources:
34
43
35
44
- :ref:`laravel-query-builder`: use the query builder to specify MongoDB
36
45
queries and aggregations.
37
-
You can’t perform that action at this time.
0 commit comments