Hello, I cannot access a file.
Path to file: /app/resources/cities.txt
I'm trying use in indexController (indexAction)
return file_put_contents("cities.txt", $string);
I tried this path: /app/resources/cities.txt, /resources/cities.txt, resources/cities.txt, and cities.txt
How I can access this file?
Thanks