-1

VENDOR HERE

IMAGE HERE

it says:

Class "Pusher\Pusher" not found /home/SITE_URL/public_html/vendor/laravel/framework/src/Illuminate/Broadcasting/BroadcastManager.php#295

How can I fix this message?

already running in local with no error,

matiaslauriti
  • 7,065
  • 4
  • 31
  • 43
Mister J
  • 7
  • 5

2 Answers2

1

If you ran composer install and you still get this error, then you probably just added Pusher to the composer.json without running composer update afterwards.

Lance Pioch
  • 1,147
  • 6
  • 18
  • ohh, then i will try it later, maybe that's the problem, it just added to github and i just use composer install to install the pusher, i forgot the composer update ? – Mister J Mar 17 '23 at 01:27
0

if you ran composer install and you still get the same error , run composer dump-autoload

Macdonald
  • 880
  • 7
  • 21