2
I have in an API in Laravel for file storage
$request->file("file$i")->storeAs('categories', $nameFile)
As it is it stores the data correctly in the address
/var/www/html/apiapp/storage/app/public/categories
However I would like to save these files in the folder
/var/archives
Because these files will be accessed by another application
VLW same guy, worked perfectly
– Mateus