Skip to content

Installation problem? #4

@connecteev

Description

@connecteev

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions