Hot to read the file from non-public storage folder – Laravel
I want to store files in non-public storage folder and I want to display in a front. It would be security against unauthorized access. I know that I can use readfile function but it doesn't work, for example: readfile('/private/something.jpg') Could…