I am trying to create my first Laravel project but i am having a problem with composer and some permissions (at least that's what i understand). When I open my cmd to create a new Laravel project , using this command (create-project laravel/laravel basicwebsite), I get an error. The error message is
“Cannot create cache directory C:\Mamp\htdocs/ C:\Users\giorg\AppData\Roaming\Composer/cache/repo/https---repo.packagist.org/, or directory is not writable. Proceeding without cache”. enter image description here
I am still new and I don’t know much but it seems that my folders are not writable or something similar. I am using MAMP and windows 10. Thanks in advance for your time.