autoload namespaces php failed to open stream 3a permission denied

Solutions on MaxInterview for autoload namespaces php failed to open stream 3a permission denied by the best coders in the world

showing results for - "autoload namespaces php failed to open stream 3a permission denied"
Juan José
09 Feb 2018
1I had a similar problem recently, and needed to change the permissions of
2  my folders.
3
4By running following commands :
51. php artisan cache:clear
62. chmod -R 777 storage vendor
73. composer dump-autoload
8
9I was able to give all the permissions required to open files and write
10  to them etc