php - Installing Laravel On CentOS 7
one text
I am trying to install Laravel on CentOS7, I ran this command:
composer install
But I'm getting an exception:
[ErrorException] file_put_contents(./composer.lock): failed to open stream: Permission denied
I have tried to solve it but I couldn't. Please help. Thank you.
Source