laravel-websockets-demo icon indicating copy to clipboard operation
laravel-websockets-demo copied to clipboard

Question, not issue- Does the demo function because I cannot get it to work

Open wayneburlingame opened this issue 4 years ago • 3 comments

Question, not issue- Does the demo function because I cannot get it to work Hello, I just was curious about this project and wanted to run demo but am I confused about what I should see? I think I get through all the steps for setup, but then run serve command and it just sits there.

I am just hoping you can help me understand if I am setting up demo properly, and if something is viewable vie apache web server on a specific port and see demo or if this is only a service type repo and I will not see anything, and that is expected?

wayneburlingame avatar May 24 '20 22:05 wayneburlingame

I ran on a wamp and everything went fine (locally). Not to be demeaning but :

  1. did you manage to migrate properly
  2. Did you set up a web server (I'm using wamp's vhost)
  3. If you're not working locally, is your port 6001.

etc.

redalpha01 avatar Jul 20 '20 15:07 redalpha01

It is a chat application. If you're familiar with Laravel, you probably know php artisan serve. You need to use that in a seperate console from the one in which you run php artisan websockets:serve. This gives you a URL like http://localhost:8000/ which you can enter in the browser. Using two private browser tabs, you can create two users that can chat with each other. I think it's pretty awesome :)

sjorspeterse avatar Sep 26 '20 18:09 sjorspeterse

Nope - it doesn't work...

blakeyman avatar Feb 14 '21 07:02 blakeyman