php - Laravel 5 error when composer update -


[symfony\component\debug\exception\fatalerrorexception] class 'illuminate\broadcasting\broadcastserviceprovider' not found 

how solve error?

i new laravel framework

this worked me:

  • delete /vendor folder
  • delete composer.lock
  • run composer install

make sure composer.json file has "laravel/framework": "5.1.*"


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

broadcastreceiver - blocking specific numbers (call and sms) in android -

c# - Executing PowerShell Script with Parameters -