larasopp 1.0.9 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +10 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Laravel websocket client
2
2
 
3
+ #### Server
4
+ ```
5
+ https://github.com/SergoMorello/larasopp.server
6
+ ```
7
+ #### Laravel package
8
+ ```
9
+ composer require larasopp/larasopp
10
+ ```
11
+
3
12
  ### Connect app to websocket
4
13
  ```js
5
14
  ...
@@ -43,4 +52,4 @@ larasopp.disconnect();
43
52
 
44
53
  ```js
45
54
  'public' | 'protected' | 'private'
46
- ```
55
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "larasopp",
3
- "version": "1.0.9",
3
+ "version": "1.1.0",
4
4
  "description": "Websocket client for laravel",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",