How to expose a specific directory that is not in public/ – in Laravel? – Nginx
I'm on a really old Laravel 4.2 project. I stored all files in /app/files/ for security reasons. I would like to make one of my directories to public access, this one /app/files/logo_path/. Let's say ... I have a file cat.png…