bogi99
bogi99
FFilament
Created by bogi99 on 5/31/2024 in #❓┊help
fileAttachmentsDisk using RichEditor and the attached file does not show up, in fact it is a 404
i also added public_path('articleattachments') => storage_path('app/articleattachments'), to config/filesystems.php and php artisan storage:unlink and php artisan storage:link to make sure we are properly linked, than you for the awesome help
8 replies
FFilament
Created by bogi99 on 5/31/2024 in #❓┊help
fileAttachmentsDisk using RichEditor and the attached file does not show up, in fact it is a 404
i think this was it, i needed to use disk public not local
8 replies
FFilament
Created by bogi99 on 5/31/2024 in #❓┊help
fileAttachmentsDisk using RichEditor and the attached file does not show up, in fact it is a 404
i did make your changes, i will check if they made a difference. I changed it back to 127.0.0.1, did not make a difference here , but i do remember this was an issue before
8 replies
FFilament
Created by bogi99 on 12/26/2023 in #❓┊help
ImageColumn
the back and forth is fine, i wanted to get to the bottom of it. i wanted to set the disk to local , as a i wanted it there, but i guess that messed things up
49 replies
FFilament
Created by bogi99 on 12/26/2023 in #❓┊help
ImageColumn
wow
49 replies
FFilament
Created by bogi99 on 12/26/2023 in #❓┊help
ImageColumn
ImageColumn::make('filepath'), works
49 replies
FFilament
Created by bogi99 on 12/26/2023 in #❓┊help
ImageColumn
ok, that worked, but now the ImageColumn is broken again
49 replies
FFilament
Created by bogi99 on 12/26/2023 in #❓┊help
ImageColumn
simlink in public/storage is /home/bogi/src/ik-photog-take-2/storage/app/public
49 replies
FFilament
Created by bogi99 on 12/26/2023 in #❓┊help
ImageColumn
<img src="/storage/images/DSC_0141.JPG" style=" height: 40px;
" class="">
49 replies
FFilament
Created by bogi99 on 12/26/2023 in #❓┊help
ImageColumn
49 replies
FFilament
Created by bogi99 on 12/26/2023 in #❓┊help
ImageColumn
using artisan serve , not even apache / nginx
49 replies
FFilament
Created by bogi99 on 12/26/2023 in #❓┊help
ImageColumn
unchanged from install
49 replies
FFilament
Created by bogi99 on 12/26/2023 in #❓┊help
ImageColumn
this is my config/filesystems.php section
49 replies
FFilament
Created by bogi99 on 12/26/2023 in #❓┊help
ImageColumn
'public' => [ 'driver' => 'local', 'root' => storage_path('app/public'), 'url' => env('APP_URL').'/storage', 'visibility' => 'public', 'throw' => false, ],
49 replies
FFilament
Created by bogi99 on 12/26/2023 in #❓┊help
ImageColumn
is this normal, for the filament to absolutely misconfigure itself by default?
49 replies
FFilament
Created by bogi99 on 12/26/2023 in #❓┊help
ImageColumn
ImageColumn::make('filepath')->disk('local')->visibility('public'), added visibility public and now the list shows up
49 replies
FFilament
Created by bogi99 on 12/26/2023 in #❓┊help
ImageColumn
and it still didn't work until i added the public part
49 replies
FFilament
Created by bogi99 on 12/26/2023 in #❓┊help
ImageColumn
php artisan storage:link --force
49 replies
FFilament
Created by bogi99 on 12/26/2023 in #❓┊help
ImageColumn
public/images/DSC_0103.JPG
49 replies
FFilament
Created by bogi99 on 12/26/2023 in #❓┊help
ImageColumn
yep
49 replies