I want to create a new project using Laravel.
From the documentation, I downloaded Composer using its Windows executable installer.
I have already set the path to: C:\Users\marti\AppData\Roaming\Composer\vendor\bin
**I created the vendor\bin directory
From the command prompt, the command "composer" works. I tried to install Laravel using the laravel installer and it gives me an error also with the create-project command. I have tried both methods even with administrative privillages but still there is an error.
Using Laravel Installer:
[ErrorException] file_put_contents(C:\Users\marti\AppData\Roaming\Composer\vendor\bin): failed to open stream: Permission denied
Using create-project method:
[InvalidArgumentException] Composer could not find the config file: C:\Users\marti\AppData\Roaming\Composer\vendor\bin To initialize a project, please create a composer.json file as described in the https://getcomposer.org/ "Getting S tarted" section
PLEASE HELP!