请解惑啊。我把代码放到nginx下面,然后使用自带的用户验证。使用http://localhost:8080/访问,点击login报404 Not Found nginx/1.12.0;然后我终端php artisan serve开启服务,使用http://127.0.0.1:8000/再访问就没问题了,这是为什么呢,端口原因?
Undefined class Route less… (Ctrl+F1)
The inspection can produce two types of warnings:
Undefined class: Declaration of referenced class is not found in built-in library and project files.
Multiple declarations: this version of IDE will have problems with completion, member resolution and inheritance analysis for all classes that have multiple definitions in project files (regardless of includes).
有警告“Route为未定义的类”,但仍能运行出网页