bogi99
fileAttachmentsDisk using RichEditor and the attached file does not show up, in fact it is a 404
mind blown,
i set APP_URL=http://127.0.0.1:8000 i done the php artisan storage:link i restarted npm run dev it created the folder, and deposited the file, the setting was public the disk was local. now i feel i don't know anything the file is sitting in /site/storage/app/articleattachments/ which is where it is set to store also the same situation with Tiny Editor, so , something is misconfigured, from the looks of it, and i tried all the known tricks
i set APP_URL=http://127.0.0.1:8000 i done the php artisan storage:link i restarted npm run dev it created the folder, and deposited the file, the setting was public the disk was local. now i feel i don't know anything the file is sitting in /site/storage/app/articleattachments/ which is where it is set to store also the same situation with Tiny Editor, so , something is misconfigured, from the looks of it, and i tried all the known tricks
8 replies
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
49 replies