Skip to main content

All Questions

1 vote
1 answer
1k views

Deploy Laravel Websockets to Amazon EC2 Instance with AWS Certificate Manager to handle SSL

I developed a real time chat app with Laravel Websockets/Websockets API on localhost + Self Signed Certificate to use a SSL in local development. Everything works up to this point. I uploaded ...
Mr. Kenneth's user avatar
  • 1,186
0 votes
1 answer
388 views

How to initialise laravel websockets server in AWS?

I'm currently developing a laravel project in AWS ec2 and I want to initialise the websockets server automatically in AWS and not in my own computer. By now I have to enter using the .pem file and ...
EDGE1999's user avatar
2 votes
0 answers
238 views

Pusher not working in AWS EC2 (Production Server)

Broadcasting.php <?php return [ /* |-------------------------------------------------------------------------- | Default Broadcaster |----------------------------------------------...
Message Plus's user avatar
0 votes
1 answer
705 views

Check laravel websocket on server

Im trying to implement laravel websockets and trying to access dashboard. http://127.0.0.1:8000/laravel-websockets Address leads me to the dashboard on my local machine but when i host it and try www....
Message Plus's user avatar
0 votes
0 answers
537 views

Laravel WebSockets - deployment - fails to connect the websocket

I am trying to deploy my laravel project with websockets built on Beyond Code's package. My server is on AWS and i'm using WHM. on the cPanel's terminal i'm running the line php artisan websockets:...
CTOKoder's user avatar
2 votes
2 answers
4k views

Laravel websockets and amazon web service (AWS)

Im trying to deploy my laravel app with laravel websockets using an EC2 instance ubuntu server. But then when i try to serve the artisan using php artisan websockets:serve, and im expecting to see ...
Jheck's user avatar
  • 39
0 votes
1 answer
1k views

Unable to connect to Laravel Websockets with Forge, nginx & AWS

Been stuck on this for months. Followed all the tutorials backwards. It's working fine locally on homestead but I am stuck on production and its time to ask for help. The ports 6001 & 6002 are ...
Dazzle's user avatar
  • 3,022