Support the ongoing development of Laravel.io →
Authentication Configuration Packages
Last updated 1 year ago.
0

I'm having the exact same issue - there doesn't seem to be a socket_auth function in the php file defining the class, and my Google searches have been very unhelpful. One person who had the issue ended up using the facade (from pusher-http-laravel) which I've tried and had the same issue with. In a reply to that question, somebody said the class had a __call function but I can't find them in vendor/pusher/pusher-php-server/src/Pusher.php

0

Quick update - it looks like composer is installing pusher-php-server from the dev-new-lib branch, which satisfies a version requirement of 3.0 because its semantic version is "3.0.x-dev".

I was able to resolve my problem by running:

composer remove pusher/pusher-php-server
composer require pusher/pusher-php-server:v3.0.1
0

Sign in to participate in this thread!

Eventy

Your banner here too?

sazzeb sazzeb Joined 30 Mar 2018

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.