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