LoveCoding
LoveCoding

Reputation: 1211

Laravel Websockets - Why do we still need valid Pusher API keys

I am using Laravel WebSockets on my project.

And it is told that Laravel WebSockets is pusher replacement.

PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_APP_CLUSTER=
PUSHER_APP_HOST=

But my question is
Why do we still need valid pusher API keys? It worked only when I put valid pusher API keys.

And can't I get done it without pusher API keys?

Can anyone help me with better knowledge?

Thank you

Upvotes: 0

Views: 1080

Answers (0)

Related Questions