Skip to content

Commit

Permalink
Install the MongoDB extension for Laravel
Browse files Browse the repository at this point in the history
Note: The dev-master version was installed because it is the only one that currently supports Laravel 10
mongodb/laravel-mongodb#2531
  • Loading branch information
irvingzamora28 committed Apr 12, 2023
1 parent fb09b9f commit 6eb364c
Show file tree
Hide file tree
Showing 2 changed files with 216 additions and 2 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"require": {
"php": "^8.1",
"guzzlehttp/guzzle": "^7.2",
"jenssegers/mongodb": "dev-master",
"laravel/framework": "^10.0",
"laravel/sanctum": "^3.2",
"laravel/tinker": "^2.8"
Expand Down
217 changes: 215 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6eb364c

Please sign in to comment.