gpt4 book ai didi

laravel - 未定义的类路由(PhpStorm 中的 Laravel)

转载 作者:行者123 更新时间:2023-12-02 09:50:45 24 4
gpt4 key购买 nike

如何修复 PhpStorm 中的此警报?

enter image description here

以及如何获得路线和其他外观的自动完成功能?

最佳答案

检查Laracasts walkthrough

1) 转到:https://github.com/barryvdh/laravel-ide-helper

2)点击要点

生成的 L5 版本:https://gist.github.com/barryvdh/5227822

3) 点击“Raw”获取当前版本(截至 2016 年 6 月 22 日):

https://gist.githubusercontent.com/barryvdh/5227822/raw/4d4b0ca26055fa4753b38edeb94fad2396c497c0/_ide_helper.php

4)确保您位于根目录(这是我的)

cd /var/www/html/project

5)下载要点:

wget https://gist.githubusercontent.com/barryvdh/5227822/raw/4d4b0ca26055fa4753b38edeb94fad2396c497c0/_ide_helper.php

6) 将“_ide_helper.php”添加到.gitignore文件

sudo nano .gitignore

在底部新行添加“_ide_helper.php”

7) 将 .gitignore_ide_helper.php 文件下载到 PhpStorm

这就是我的 PhpStorm 项目目录之后的样子:

enter image description here

8) 文件下载到 PhpStorm 后,“未定义的类”错误将消失,并且自动补全功能现在可以工作。可能需要重新启动它。

enter image description here

关于laravel - 未定义的类路由(PhpStorm 中的 Laravel),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37419143/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com