Laravel-WebSockets-Chat-Example icon indicating copy to clipboard operation
Laravel-WebSockets-Chat-Example copied to clipboard

Do not load Active user

Open AzizurrahmanMohammadi opened this issue 3 years ago • 1 comments

Hi I install and run app but when I registered as user and login but i can not see other user which exist on the user table. How can solve this problem. Thanks Capture @laravelGroup @hkp22

AzizurrahmanMohammadi avatar Oct 22 '20 06:10 AzizurrahmanMohammadi

Hi @AzizurrahmanMohammadi :) when you install the composer and do configurations, then you should run: npm install this command will install necessary files. after install npm do: npm run dev then run server on port 6001 by php artisan websockets:serve and try again! also the url of websockets dashboard is : 127.0.0.1:8000/admin/websocket . i hope this way help you.

mohammadreza33 avatar Oct 28 '20 17:10 mohammadreza33