z-song / laravel-admin

Build a full-featured administrative interface in ten minutes
https://laravel-admin.org
MIT License
11.13k stars 2.81k forks source link

部署到服务器后显示 Class "App\models\User" not found,本地测试正常 #5758

Open JunXiaoRuo opened 1 year ago

JunXiaoRuo commented 1 year ago

Description:

屏幕截图 2023-04-22 171156

Steps To Reproduce:

JunXiaoRuo commented 1 year ago

image

Ladel commented 1 year ago

Change first character of "models" to upper case.

use App\Models\User;

If that doesn't help, show the User model php file