orchidsoftware / platform

Orchid is a @laravel package that allows for rapid application development of back-office applications, admin/user panels, and dashboards.
https://orchid.software
MIT License
4.26k stars 631 forks source link

Error Class "Auth" not found on login page #2802

Closed ToshiYoung closed 4 months ago

ToshiYoung commented 4 months ago

https://github.com/orchidsoftware/platform/blob/d83bab1fbc3dada5e12ffdba457eb367d456e423/resources/views/app.blade.php#L14

Auth::check() return error Class "Auth" not found

tabuna commented 4 months ago

Please ensure that your configuration comes with the default settings and does not replace them

https://github.com/laravel/laravel/blob/20261731467a6adc9393189d75b6e2362e1c31c0/config/app.php#L184-L187