Answer the question
In order to leave comments, you need to log in
How can one find an override of the unauthenticated method?
Laravel 5.4
Hello everyone! Who knows how to find a method that overrides the Laravel unauthenticated
class method Installed the
laravel Handler
adminLTE package and as I guess it is he who overrides the unauthenticated method in some place on the server
Since the line I need
from the class function does not work
I can’t find ...
Where can it be or what to write in the search code? Anyone have any ideas???
When I try to get to the page with the auth middleware, I just get the Unauthenticated message. on the debug page
in app/Http/Kernelreturn redirect()->guest(route('main-home'));
unauthenticated
Handler
'auth' => \Illuminate\Auth\Middleware\Authenticate::class,
unauthenticated
class method App\Exceptions\Handle
does not reach?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question