Support the ongoing development of Laravel.io →
Configuration Authentication Session
Last updated 2 years ago.
0

In the AuthController you should make an adjustment

public function __construct()
{
    $this->middleware('guest', ['except' => 'logout']);
}

to

public function __construct()
{
    $this->middleware('guest', ['except' => 'getLogout']);
}
0

Sign in to participate in this thread!

Eventy

Your banner here too?

newbievii newbievii Joined 6 Jan 2016

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.