From 63d4d69d0fff8f5c2788d01003abbfa5cea51254 Mon Sep 17 00:00:00 2001 From: Andreas Aagaard Date: Thu, 11 Jun 2020 14:53:32 +0200 Subject: [PATCH] # Added readme --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index d5cea16..f921e04 100644 --- a/readme.md +++ b/readme.md @@ -16,6 +16,11 @@ Add github repository and package name to composer.json } ``` +And now lets install the package +```bash +composer install +``` + You can publish the config file with: ```bash php artisan vendor:publish --provider="QuickOrder\Weather\WeatherServiceProvider"