ImageColumn() set path
How can I set the image path when using ImageColumn() if in the database I only have the image's name stored, not the complete path? ... btw this is an existing laravel project which I'm trying to migrate to filament 
Solution
but notice you can also set the
->disk() I've created a new laravel disk with the path where my images lives, I'm using it like this: ImageColumn('user_avatar')->disk('avatars')