So, i resolve this problem editing the class 'AuthController', __construct method:
$this->middleware('guest', ['except' => ['getRegister', 'getLogout']]);
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community