laravel-admin
laravel-admin copied to clipboard
部署到服务器后显示 Class "App\models\User" not found,本地测试正常
- Laravel Version: 8.83.27
- PHP Version:8.0.27
- Laravel-admin: 1.8.17
Description:
Steps To Reproduce:
Change first character of "models" to upper case.
use App\Models\User;
If that doesn't help, show the User model php file