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,
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,
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.
if you ran composer install
and you still get the same error , run composer dump-autoload