user12110431
user12110431

Reputation:

How to run laravel websocket on heroku

Im making a simple real-time chat system in laravel and i want it to deploy on heroku. But when i do heroku run php artisan websockets:serve it gets me some error. Is this the correct way to do it?

Here is the console enter image description here

Upvotes: 1

Views: 592

Answers (1)

Vincent Dave Te
Vincent Dave Te

Reputation: 238

Its currently not possible as stated here:

https://help.heroku.com/8R7OO0ZV/can-i-run-a-websockets-server-using-php-on-heroku

Upvotes: 2

Related Questions