Answers for "[errorexception] file_put_contents(c:\program files (x86)\composersetup): failed to open stream: permission denied"

PHP
0

autoload_namespaces.php failed to open stream: Permission denied

I had a similar problem recently, and needed to change the permissions of
  my folders.

By running following commands :
1. php artisan cache:clear
2. chmod -R 777 storage vendor
3. composer dump-autoload

I was able to give all the permissions required to open files and write
  to them etc
Posted by: Guest on July-14-2020

Code answers related to "[errorexception] file_put_contents(c:\program files (x86)\composersetup): failed to open stream: permission denied"

Browse Popular Code Answers by Language