3: Social Auth & Article, Commenting
In this lesson, you will work through Social Auth & Article, Commenting as part of How to build a CMS with Filament 3 and Laravel 11 (package-development focused).
Caption excerpt: So in this video, we're going to be setting up Show Show authentication, the ability to view articles, comment on them, as well as access them from the homepage. So grab your favorite coding drink and let's set into the video. Let's get started with creating an article component using LiveFire. So what we can go and do is we can use PHP artisan make LiveFire. And we want to head into the pages folder and we want to create an article page . We don't, because we're using filament, we don't need to necessarily structu...