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

前端 未结 16 1428
梦毁少年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:29

    If you get the error also when you run

    composer install
    

    Just run this command first

    composer dump-autoload
    

    This command will clean up all compiled files and their paths.

提交回复
热议问题