Skip to content

Commit

Permalink
Update installation
Browse files Browse the repository at this point in the history
  • Loading branch information
tuananhnghiem committed Jun 1, 2019
1 parent d371b4d commit 17ed005
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,23 @@ This package allows you to connect and get data from MongoDB.

#Installation

1. Download the zip file.
2. Unzip
3. Copy folder `mongodb` to the folder `koolreport/packages`
## By downloading .zip file

1. [Download](https://www.koolreport.com/packages/mongodb)
2. Unzip the zip file
3. Copy the folder `mongodb` into `koolreport` folder so that look like below

```bash
koolreport
├── core
├── mongodb
```

## By composer

```
composer require koolreport\mongodb
```

# Documentation

Expand Down

0 comments on commit 17ed005

Please sign in to comment.