We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 [email protected]: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.
The text was updated successfully, but these errors were encountered:
do this $ php artisan serve
And going to http://localhost:8000
Sorry, something went wrong.
No branches or pull requests
Found your repo from your YouTube channel. These steps did not work for me. Is there an .env file setting I need to change?
Doing this I see:
And going to http://localhost:6001/ or http://localhost:8000 does nothing - the page does not load.
The text was updated successfully, but these errors were encountered: