We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f13fe17 commit a126460Copy full SHA for a126460
README.md
@@ -20,13 +20,9 @@ Installation
20
21
Make sure you have the MongoDB PHP driver installed. You can find installation instructions at http://php.net/manual/en/mongo.installation.php
22
23
-Add the package to your `composer.json` and run `composer update`.
+Install using composer:
24
25
- {
26
- "require": {
27
- "jenssegers/mongodb": "*"
28
- }
29
+ composer require jenssegers/mongodb
30
31
Add the service provider in `app/config/app.php`:
32
0 commit comments