Hello,
Facing Issue while reading a csv file.
file_get_contents(\IBDswtkjOvJJ6LvV_users.csv): failed to open stream: Permission denied
Added all pernissions. Still unable to load/read the file.
Please help.
Thanks in Advance
Is that the right path? It looks like it's searching in the root of your drive. You might need to use one of the path helper functions.
chmod 755 -R / directory or chmod 777 -R /directory
probaly will fix the issue
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community