Media Manager, images added in media manager link is broken.
-
Bagisto v1.3.1
I used media manager package provided by bagisto.
run cmd php artisan storage:link.
all works fine in localhost.
But in server, when I upload file in media manager, it store files inside storage folder (storage/app/public/media/), and no files are stored/link inside directory (public/storage/media/). But media manager look file inside public/storage/media/ where there are no files.And if I copy the files from directory /storage/app/public/media/ to directory /public/storage/media, it works fine
-
Hi @gwachhamit,
Just simply remove the link from the public and again run
php artisan storage:link
.