Basic websocket chat by Laravel Echo Server in Vue Inertia.js application.
My config is in .env.example.
# serve with browsersync
$ npm run watch
# build for production
$ npm run production
# start websocket.io server
$ laravel-echo-server start
Basic websocket chat by Laravel Echo Server in Vue Inertia.js application
PHP