41: Product Images Table
In this lesson, you will work through Product Images Table as part of How to build a CMS with Filament 3 and Laravel 11 (package-development focused).
Caption excerpt: In this video we're going to be setting up the ability to have multiple images, so we're going to have a few different things set up in here. First and foremost, let's get started with creating another migration in here, so we want to just go ahead and make sure that's set up. So I'm going to call create a product image model, and as I create product image, we can have a table in here with an integer of position, and we can go ahead and draw inspiration from here as well by having a media ID, and then we can have o...