I have installed fresh Xampp, And set the virtual host, When i accessed the site, The following error came up.
file_put_contents(/b237142d7ac388af2fe193a8361f611a83409dff.php): failed to open stream: Permission denied
.
I searched for the issue, Folk says that its /storage permission issue i have changed the permission to sudo chmod -R 777 /site-name/storage
.
But the issue still remains.
Am i missing something ?