I have one JSON file at the following location in my system:
/etc/project/system.json
/etc/project/system.json
I'm trying to access this file using my system path but it's not working. However it's working fine if i put this file inside src in my application.
JSON File path is "/etc/project/system.json" and my application path is "/var/www/DemoProject"
So how can iI access file from my local system.?