Laravel致命错误:致命错误:界面'照亮\ Auth \ Illuminate \ Contracts \ Auth \ Factory'未找到

时间:2016-02-15 13:34:59

标签: php laravel

我试图开始使用laravel php框架。我试图只是调用索引文件,然后收到此错误消息。

  

C:\ xampp \ php \ php.exe C:\ xampp \ htdocs \ tutorials \ lara \ application \ public \ index.php

     

致命错误:界面'照亮\验证\照明\合同\验证\工厂'在第357行的C:\ xampp \ htdocs \ tutorials \ lara \ application \ bootstrap \ cache \ compiled.php中找不到

     

处理完成,退出代码为255

任何人都能明白这意味着什么吗?

1 个答案:

答案 0 :(得分:5)

你的Illuminate\Auth\Illuminate\Contracts\Auth\Factory可能没有复制到你的项目中,为什么会发生这种情况。所以你需要

Step 1 : Remove full vendor folder 
Step 2 : Run from your terminal composer install
相关问题