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
2222
2323This guide shows you how to create and configure Laravel web application
2424and 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 .
2626
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.
3037
3138{+odm-short+} extends the Laravel Eloquent and Query Builder syntax to
3239store and retrieve data from MongoDB.
You can’t perform that action at this time.
0 commit comments