Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation problem? #4

Open
connecteev opened this issue Oct 3, 2019 · 1 comment
Open

Installation problem? #4

connecteev opened this issue Oct 3, 2019 · 1 comment

Comments

@connecteev
Copy link

Found your repo from your YouTube channel. These steps did not work for me. Is there an .env file setting I need to change?

- Clone this repository git clone git@github.com:qirolab/Laravel-WebSockets-Chat-Example.git
- composer install
- php artisan key:generate
- cp .env.example .env and configure your database in .env file.
- Run migration to create tables in database. php artisan migrate
- Final step run websockets server. php artisan websockets:serve

Doing this I see:

$ php artisan websockets:serve
Starting the WebSocket server on port 6001...

And going to http://localhost:6001/ or http://localhost:8000 does nothing - the page does not load.

@baralogi
Copy link

do this
$ php artisan serve

And going to http://localhost:8000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants