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 <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. 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 <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 @@ -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. -