my analysis is,
Your activation is successful.. then redirect to /home
while your HomeController has auth midleware.. hence you need to be (logged in) or (Auth::check == true) in order to access /home controller
you can check your HomeController via terminal php artisan route:list
to remove the Auth middleware
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community