diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index cc883b4..af95a3a 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -5,6 +5,7 @@
+
@@ -15,30 +16,30 @@
-
+
-
+
-
+
-
+
-
+
-
-
+
+
@@ -61,6 +62,15 @@
+
+
+
+ true
+ DEFINITION_ORDER
+
+
+
+
@@ -78,6 +88,7 @@
+
@@ -100,7 +111,6 @@
-
@@ -133,42 +143,70 @@
1551080016687
+
-
+
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -188,7 +226,7 @@
-
+
@@ -202,7 +240,7 @@
-
+
@@ -210,8 +248,8 @@
-
-
+
+
diff --git a/Readme.md b/Readme.md
index 246cdf9..e502944 100644
--- a/Readme.md
+++ b/Readme.md
@@ -4,12 +4,20 @@ A simple Package that can be used to connect to Mqtt using laravel
It uses [bluerhinos/phpMQTT](https://github.com/bluerhinos/phpMQTT) as a base.
+#### Installation
+```
+composer require salmanzafar/mqtt_laravel
+```
### Features
* Name and Password Authentication
* Certificate Protection for end to end encryption
* Enable Debug mode to make it easier for debugging
+## Configuration
+```
+php artisan vendor:publish --provider="Salman\Mqtt\MqttServiceProvider"
+```
## Config/mqtt.php
```
'host' => env('mqtt_host','127.0.0.1'),