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 -

python - PIL cannot identify image file for io.BytesIO object -

java - disabling a node without disable its children in javafx -