0

I've been battling with this for hours now

Illuminate\Foundation\ComposerScripts::postUpdate php artisan optimize

In BroadcastManager.php line 216:

Class 'Pusher' not found

have included 'Pusher' = Pusher\Pusher::class; as aliases but still having the error

Please Help!

Albert A
  • 469
  • 4
  • 9

1 Answers1

0

i have same problem and fix with this command.

composer require pusher/pusher-php-serve
Ali Hassan
  • 779
  • 10
  • 14