3: Resources
In this lesson, you will work through Resources as part of Filament V4 Beginner to Intermediate Course.
Caption excerpt: So the first thing we're going to be looking at in this case is we are going to create a resource, a resource and filament is essentially a way to show data and create an update set data. This would generally be from a model, although in filament before, you're also now able to use an API to do that, but we're going to be in this video, taking a look at how we can create a resource. So we can say, P H P R S N make filament resource. And in here, we need to have a let's call this user resource, we're going to base i...