Support the ongoing development of Laravel.io →
posted 5 years ago
Authentication
Last updated 1 year ago.
0

You can simply remove middleware('auth') from HomeController's constructor

0

go to app > Http > controllers > HomeController

open that file, then delete or comment the construct method

// public function __construct()

// {

//     $this->middleware('auth');

// }
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Keith Sorbo ksorbo Joined 1 Aug 2018

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.