Skip to content

Commit 47fdb6c

Browse files
author
Chris Cho
committed
add link to the devcenter article
1 parent 4577038 commit 47fdb6c

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

docs/quick-start.txt

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,18 @@ Overview
2222

2323
This guide shows you how to create and configure Laravel web application
2424
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.
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
3239
store and retrieve data from MongoDB.

0 commit comments

Comments
 (0)