You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,9 @@ file, the following options can be overridden:
107
107
108
108
*Note: This library currently only supports serving from either http or https, not both.*
109
109
110
+
### Setting the working directory
111
+
The working directory in which `laravel-echo-server` will look for the configuration file `laravel-echo-server.json` can be passed to the `start` command through the `--dir` parameter like so: `laravel-echo-server start --dir=/var/www/html/example.com/configuration`
112
+
110
113
## Subscribers
111
114
The Laravel Echo Server subscribes to incoming events with two methods: Redis & Http.
0 commit comments