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

I have alreary solved it by changing

public function __construct()
{
    $this->middleware('guest');
}

to

public function __construct()
{
    $this->middleware('auth');
}

in RegisterController.php

0

Sign in to participate in this thread!

Eventy

Your banner here too?

petrklika petrklika Joined 7 Oct 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.