Help Needed: Images Not Displaying After Hosting
I'm having trouble displaying images that should appear in my project after hosting it. The images aren't showing up even though they work fine locally. Has anyone experienced this issue and can suggest how to fix it?
Tables\Columns\ImageColumn::make('fuel_receipt')
->label('Struk BBM')
->circular()
->size(40),
Tables\Columns\ImageColumn::make('invoice')
->label('Form Permintaan')
->circular()
->size(40),

2 Replies
1. Please read #✅┊rules and format your code properly
2. Do some debugging: Open your DevTools check the image path.
I'd suspect php artisan storage:link or the .env url differes to the url being accessed