ImageColumn

and FileUpload , so i upload the file ( image ) FileUpload::make('filepath')->disk('local')->directory('images')->visibility('public')->preserveFilenames()->image(), it finishes the upload, i see the picture with the green hue, but when i go to edit the record, i just get the gray rectangle , no picture view, i tried the .env tricks , nothing. same situation with the table display, ImageColumn::make('filepath')->width(60)->height(60), no image is being shown. the files are uploaded for sure, me seeing them again, not happening .. please help
Was this page helpful?