I have a Laravel project hosted on a local server in Xampp, I configure a virtualhost, I do my file registration, and I confirm that they are being hosted on the server, but when I try to recover them I do not have access to them, and I configure the symbolic link from the storage folder.
{{ asset('storage/archivo/'.$archivo->identificacion.'/'.$archivo->nombre) }}
The strange thing is that using the same call but with the project hosted in C9 works for me correctly.