I have alreary solved it by changing
public function __construct()
{
$this->middleware('guest');
}
to
public function __construct()
{
$this->middleware('auth');
}
in RegisterController.php
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community