0
votes

Im trying to install Laravel on my windows 10, when I enter this command

composer global require laravel/installer

I get this Error:

Error

[ErrorException] file_get_contents(C:\composer): failed to open stream: Permission denied

1

1 Answers

0
votes

Run an elevated command prompt.

Right click command prompt > select "Run as Administrator".