You say you changed composer.json
Did you then run composer install?
You should not need it, but its always worth trying composer dump-autoload
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I have problem with run Pusher ... I see error
Symfony \ Component \ Debug \ Exception \ FatalThrowableError (E_ERROR)
Class 'Pusher\Pusher' not found
…/vendor/laravel/framework/src/Illuminate/Broadcasting/BroadcastManager.php212
composer.json
"require": {
"pusher/pusher-php-server": "^3.0"
},
in config.app I have uncommented
'Broadcast' => Illuminate\Support\Facades\Broadcast::class,
and add alias for Pusher
'Pusher' => \Pusher\Pusher::class,
But still not works ://////////////////
Please or to participate in this conversation.