Jul 7, 2016
3
Level 1
Where and how to create symlink from 'public/storage' to 'storage/app/public' ?
Hi , i'm building an api with laarvel, & working with filesystem in laravel . i have uploaded my images from fronted angular (different domain) to my server on 'stoarge/app/public' using Storage::put($file,$content) facade. but now i wants to access my all uploaded images from browser , so how i will be able to do that and how and where to create symbolic link. thanks in advance
Please or to participate in this conversation.