samironbarai / laravel_chat

If you are looking to create a real time chat application with php then you are in perfect place. I have created this real time chat applicatyion with php (Laravel) and.
52 stars 44 forks source link

How can I use the chat using by own pusher server -> Laravel websockets #9

Open gokhanpeker opened 4 years ago

gokhanpeker commented 4 years ago

How can I use the package with my own pusher server? Can you assist us? Best regards.

samironbarai commented 4 years ago

How can I use the package with my own pusher server? Can you assist us? Best regards.

This is not a package. You will have to follow this tutorials to make this chat system in your project. https://youtu.be/cPGhs94Rj5E

gokhanpeker commented 4 years ago

Hi Samiron. Actually I want to know how can I implement my own laravel socket server in this project? I setting up a server with using this package:

https://beyondco.de/docs/laravel-websockets/getting-started/introduction

and I want to use this server, not the original pusher one.