coreui / coreui-free-laravel-admin-template

CoreUI Free Laravel Bootstrap Admin Template
https://coreui.io/laravel/
MIT License
621 stars 358 forks source link

Show up Error "Undefined class constant 'App\Providers\RouteServiceProvider::HOME'" #35

Open matthelosh opened 4 years ago

matthelosh commented 4 years ago

After i did "php artisan ui:auth". This error shows up when i access /login.

UnderDogg commented 3 years ago

In your app/RouteServiceProvider.php you can add that. Take a look at the default laravel/laravel on github For your specific Laravel version for an example