Skip to content
Advertisement

Tag: laravel-5.3

How to set laravel 5.3 logout redirect path?

Is there no elegant solution to redirect to a specific page after logging out in Laravel 5.3? The function being called is from the trait AuthenticatesUsers: This is a default function from the core of laravel. So I have to override the whole function I cannot edit the core. But isn’t there a more simpler solution, cause it feel like

Advertisement