Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit 93f62f5

Browse files
committed
Address feedback from internal review
- use the new MongoDB-owned package name (mongodb/laravel-mongodb): OK! - rename /api/ping/ to /api/test_mongodb/ to be consisten with /test_mysql/ `php artisan migrate:refresh` works, after both databases are accessible Misc: init_repo.sh now launched automatically if using devcontainer, since it's defined in devcontainer.json
1 parent 0651ac5 commit 93f62f5

File tree

3 files changed

+615
-420
lines changed

3 files changed

+615
-420
lines changed

src/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"php": "^8.0",
99
"fruitcake/laravel-cors": "^2.0.5",
1010
"guzzlehttp/guzzle": "^7.2",
11-
"jenssegers/mongodb": "^3.9",
11+
"mongodb/laravel-mongodb": "^3.9",
1212
"laravel/framework": "^9.0",
1313
"laravel/sanctum": "^2.14",
1414
"laravel/tinker": "^2.7"

0 commit comments

Comments
 (0)