ghostrockz3d
File Upload
The thing is the main backend is js but because laravel has a rich community especially filament
We appreciate the work you guys put on filament I don't think there's an admin panel that comes near filament it terms of customization even admin js
That's why we have a images model that looks like this
id
imagable_type
Imgable_id
provider_id
url
width
height
and users model looks like this
id
image_id ( points to images )
etc ...
The main question is how to show the image.url in file upload ?
Thank you for your support
21 replies
File Upload
Thanks you for the recommendation
It seems the team found a way to upload it like a charm
Right now the file get uploaded successfuly and we can show the image on the table but how can we show it in the FileUpload ? Is there a method that gets an url and shows the previous uploaded image preivew ?
21 replies