I want to try to install laravel framework using composer. But i can't see any options 'Use composer here' when right click. But i successfully install composer when I check command line 'composer'. Is there any problem? I'm using WAMP and Windows 10 OS. Please help.
"No, the feature was completely removed in the new installer." https://github.com/composer/composer/issues/5169
If the context option doesn't appear you'll have to uninstall composer and install it again (maybe you didn't check the option to enable composer in contextual menu for windows).
Anyway the context menu is not necessary if you have composer installed. (or just download composer.phar here)
Then open the cmd windows console (cmd.exe) and execute
cd "c:/the-path-to-the-folder-where-you-want-your-project"
then execute composer with php using (located in the folder where the project meants to be created):
c:/path-to-php/php.exe c:/path-to-composer-phar/composer.phar create-project --prefer-dist laravel/laravel blog
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With