File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,18 @@ Overview
22
22
23
23
This guide shows you how to create and configure Laravel web application
24
24
and the {+odm-long+} to use a MongoDB cluster hosted on MongoDB Atlas as the
25
- database.
25
+ database from a command line-based development environment .
26
26
27
- If you prefer to connect to MongoDB by using the PHP Library, see
28
- `Connecting to MongoDB <https://www.mongodb.com/docs/php-library/current/tutorial/connecting/>`__
29
- in the PHP Library documentation.
27
+ .. tip::
28
+
29
+ If you prefer to use GitHub Codespaces or Docker as your development
30
+ environment, see the code repository linked in the
31
+ `How to Build a Laravel + MongoDB Back End Service <https://www.mongodb.com/developer/languages/php/laravel-mongodb-tutorial/>`__
32
+ MongoDB Developer Center tutorial.
33
+
34
+ If you prefer to connect to MongoDB by using the PHP Library driver without
35
+ Laravel, see `Connecting to MongoDB <https://www.mongodb.com/docs/php-library/current/tutorial/connecting/>`__
36
+ in the PHP Library documentation.
30
37
31
38
{+odm-short+} extends the Laravel Eloquent and Query Builder syntax to
32
39
store and retrieve data from MongoDB.
You can’t perform that action at this time.
0 commit comments