Error creating a new project in Laravel

0

hello I'm looking for help with the following problem is that when creating a new project in laravel 5.6 it gives me this error previously I had already created other projects but now I do not understand the why of this error

    
asked by Luis Manuel Rojo de Santiago 17.04.2018 в 04:39
source

1 answer

0

Have you tried to give full permissions to the folder where you will put everything?

$ chmod -R 777 "micarpeta"

With that you give global permissions to this folder, try and tell us.

    
answered by 17.04.2018 в 07:32