Level 7
php artisan install:broadcasting is for Laravel 11, and in Laravel 10 you should use composer require laravel/reverb and then php artisan reverb:install OR composer require pusher/pusher-php-server if you want pusher. Which version you are using?
https://laravel.com/docs/10.x/broadcasting#server-side-installation
https://laravel.com/docs/11.x/broadcasting#server-side-installation
1 like