require(vendor/autoload.php): failed to open stream

前端 未结 16 1443
梦毁少年i
梦毁少年i 2020-11-29 18:02

I know that this issue has been posted many times, but for me it seems to be a different problem.

Indeed, this error

Warning: require(vendor/autol

16条回答
  •  暖寄归人
    2020-11-29 18:27

    For me Just run this command first

    composer dump-autoload
    

    to add vendor folder.

    then run this command

    composer update --no-scripts
    

    to update composer.

提交回复
热议问题