我最近将我的项目从github克隆到我的本地机器进行开发。我正在使用Laravel框架并且因为找不到Illuminate \ Support \ Facades \ DB而一直无法使我的Web服务正常工作 我的代码看起来像这样
use Illuminate\Support\Facades\DB;
...(filler code)...
$results = DB::select(DB::raw('....'))
我最终得到这个错误:
Uncaught Error: Class 'Illuminate\Support\Facades\DB' not found in /Applications/XAMPP/xamppfiles/htdocs/plotly_dawgs/service_data.php:50
如果有人知道为什么会这样,请告诉我。 我尝试过重新更新作曲家依赖项并检查alias => app.php中的[]