我想在我的应用中添加用户对话功能,但我在安装通话功能时遇到问题。我已经从github下载了该项目,但由于这两个错误我无法使用它
Warning: require(C:\xampp\htdocs\tok\bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in C:\xampp\htdocs\tok\bootstrap\autoload.php on line 17
Fatal error: require(): Failed opening required 'C:\xampp\htdocs\tok\bootstrap/../vendor/autoload.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\tok\bootstrap\autoload.php on line 17. is there a way out of???
有没有人知道如何使用nahid的谈话功能?
答案 0 :(得分:0)
您只需在项目文件夹中运行以下命令:
Composer Install
这是一个类似问题的问题,可能有助于您找到根本原因:(可能重复的问题)
Laravel 5 Failed opening required bootstrap/../vendor/autoload.php