File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ that connects to a MongoDB deployment.
53
53
.. tip::
54
54
55
55
You can download the complete web application project by cloning the
56
- `laravel-quickstart <https://github.com/mongodb-university/laravel-quickstart>`__
56
+ `laravel-quickstart <https://github.com/mongodb-university/laravel-quickstart/tree/{+laravel-docs-version+} >`__
57
57
GitHub repository.
58
58
59
59
.. button:: Next: Download and Install
Original file line number Diff line number Diff line change @@ -50,8 +50,10 @@ Configure Your MongoDB Connection
50
50
51
51
MongoDB\Laravel\MongoDBServiceProvider::class,
52
52
53
- To learn how to register the provider in Laravel 10.x, see
54
- `Registering Providers <https://laravel.com/docs/10.x/providers#registering-providers>`__.
53
+ .. tip::
54
+
55
+ To learn how to register the provider in Laravel 10.x, see
56
+ `Registering Providers <https://laravel.com/docs/10.x/providers#registering-providers>`__.
55
57
56
58
After completing these steps, your Laravel web application is ready to
57
59
connect to MongoDB.
You can’t perform that action at this time.
0 commit comments