Hi,
Is there's anyone here who can help me to fix this. I'm newbie in Laravel 5 and I can't even figure what's the possible solution here. I entered the
"composer require illuminate/html" (no "" included when I type it)
to download the package. But when I enter it, the result says
"file_put_contents(...): failed to open stream: Permission denied..."
And I believe I haven't receive the online package because of the error. I've tried to use chmod 777 etc. in different post but none of them helped me to figure this out. Please help because I can't proceed to the next step if this package is not downloaded.
By the way, I'm on latest OS of Ubuntu. Thanks in advance :)
Yeah! Thank God I resolved this! Just use "sudo"
sudo composer require illuminate/html
And it solved my problem :D
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community