Skip to content

Commit

Permalink
Better installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssegers committed Nov 5, 2014
1 parent d876d2f commit 7e67182
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Expand Up @@ -21,13 +21,9 @@ It also ships with a basic Eloquent-like model for extra flexibility. More infor
Installation
------------

Add the package to your `composer.json` and run `composer update`.
Install using composer:

{
"require": {
"jenssegers/mongodb-lite": "*"
}
}
composer require jenssegers/mongodb-lite

Add the service provider in `app/config/app.php`:

Expand Down

0 comments on commit 7e67182

Please sign in to comment.