Image column URL
I have local project that contain the following:
Laravel Filament project
A Python service that handle image processing, creating thumbnail and saving the images to ftp server or local server etc..
I have an HTTP PHP 7.4.3 Development Server to get the images via URL beside the ftp server
My question is: How can I get the images using just a URL like this: http://127.0.0.1:2774/files/eDPEFoHNJu.png
1 Reply
Do you want to display or download then display to filament imagecolumn?