27: Fix home page (rerecorded)
In this lesson, you will work through Fix home page (rerecorded) as part of How to build a Twitter clone using Livewire 3 & Laravel reverb.
Caption excerpt: In this video, we're going to be fixing the issues you'll encounter when you're trying to access the homepage in the Twitter clone series with the ability to view the page when you are not authenticated. On default, if you go to xatura.com, you can view the homepage, so we're going to fix these errors. The first thing we want to do is in home.blade.php, we want to have an off and off here. That's just for the compose component, so that will essentially go ahead and fix that problem. Then secondly, we need to go int...