Skip to content

Commit

Permalink
# Added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Aagaard committed Jun 11, 2020
1 parent 2ea57ea commit 3c291cb
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
## Installation

You can install the package via composer:

```bash
composer require quick-order/laravel-owm
Add github repository and package name to composer.json
```json
{
"require": {
"quick-order/laravel-owm": "0.*"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/quick-order/laravel-owm"
}
]
}
```

You can publish the config file with:
Expand Down

0 comments on commit 3c291cb

Please sign in to comment.