Why is image being mirroring in storage\app\public?
-
Images is stored under public\storage, I wonder why Bagisto still want to mirror the images in storage\app\public.
Is that necessary? how to stop it from mirroring and occupy my harddisk?
-
Hi @YX ,
this is bagisto folder structure if you want to change that location then have a look of imagecache.php inside the app folder,
ref - https://stackoverflow.com/questions/39154484/how-to-change-storage-path-in-laravel-5-3-to-publicThanks.