Cannot create cache directory .. or directory is not writable. Proceeding without cache in Laravel

前端 未结 7 1797
粉色の甜心
粉色の甜心 2020-12-22 15:07

I created a new Laravel project. When I go to the terminal to install the dependecies composer displays the following warning:

Cannot create cache

7条回答
  •  自闭症患者
    2020-12-22 15:32

    I had the same problem today. Try it!

    sudo chown -R  [yourgroup]  /home/[youruser]/.composer/cache/repo/https---packagist.org/
    
    
    sudo chown -R  [yourgroup]   /home/[youruser]/.composer/cache/files/
    

提交回复
热议问题