71: Category Page
In this lesson, you will work through Category Page as part of How to build a CMS with Filament 3 and Laravel 11 (package-development focused).
Caption excerpt: So in this video, I want to go ahead and essentially take a look at first and foremost, how can we add a preview button to our articles so we can preview the articles. So in order to do that, we can go into our article resource. And in here, we should very well have an action we can add in here. So we have to fill this here and then we have actions. So we want to create an action in here and we can call this preview. And then at this case, it's gonna go to UL and we're just gonna have articles to show and then we w...