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
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.