You can simply remove middleware('auth') from HomeController's constructor
go to app > Http > controllers > HomeController
open that file, then delete or comment the construct method
// public function __construct()
// {
// $this->middleware('auth');
// }
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community