coreui-free-laravel-admin-template icon indicating copy to clipboard operation
coreui-free-laravel-admin-template copied to clipboard

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

Open matthelosh opened this issue 5 years ago • 1 comments

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

matthelosh avatar Jul 06 '20 17:07 matthelosh

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

UnderDogg avatar Sep 08 '21 16:09 UnderDogg