Image showing as broken image
-
Re: Broken Image & Logo in Bagisto with causes and solutions?
Hello,
I'm trying to upload images but they keep showing as broken image. I followed all steps from all answers of this topic but it's still not working. My APP_URL=http://127.0.0.1:8000/bagisto/public. Can I get some help with that, please?
-
Hi There
Please run the given command only for the product service providerphp artisan vendor:publish --force
-
If still you are getting the same issue. then please run the these commands.
php artisan config:cache php artisan optimize:clear
OR
delete the cache folder from botstrap/cache
and careate a new chache folder inside the botstrap/cache [ with same name ]run php artisan optimize:clear php artisan config:cache