简体   繁体   中英

Cannot download laravel/socialite package in laravel 5.8

[ErrorException]
file_put_contents(/home/webwerks/.cache/composer/repo/https---repo.packagis
t.org/provider-psr~http-client.json): failed to open stream: Permission den
ied

You have a Permission denied problem

move to your project directory

Solution A

run sudo composer update on the terminal

Solution B

fix the owner and Permission to everyone to this folder /home/webwerks/.cache

Solution C

Delete /home/webwerks/.cache by running sudo rm -rf /home/webwerks/.cache on the terminal then re composer the project by running composer install

and Welcome to our community @anmol:)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM