Accessing images stored in different files in laravel
I have an admin and a user portal. Admin uploads the member image which has to be displayed in user portal. Both admin and user portal are present in different files. I tried "php artisan storage:link", the image does get…