Commit a126460a authored by Jens Segers's avatar Jens Segers

Better installation instructions

parent f13fe171
...@@ -20,13 +20,9 @@ Installation ...@@ -20,13 +20,9 @@ Installation
Make sure you have the MongoDB PHP driver installed. You can find installation instructions at http://php.net/manual/en/mongo.installation.php Make sure you have the MongoDB PHP driver installed. You can find installation instructions at http://php.net/manual/en/mongo.installation.php
Add the package to your `composer.json` and run `composer update`. Install using composer:
{ composer require jenssegers/mongodb
"require": {
"jenssegers/mongodb": "*"
}
}
Add the service provider in `app/config/app.php`: Add the service provider in `app/config/app.php`:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment