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 -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -