Reputation:
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?
Upvotes: 1
Views: 592
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