php - Laravel + Pusher Expected parameter 2 to be an array, string given in live chat
one text
Solution:
The solution is to downgrade the pusher version.
composer require pusher/pusher-php-server ^4.1
will still be looking for the appropriate answer for latest version.
Source