Follow the instructions in the Document. 1. First install composer and then download the laravel installation package: composerglobalrequire & quot; laravelinstaller ~ 1.1 & quot; Command executed successfully. 2. Change the directory ~. Add composervendorbin to system environment variables. 3. Run laravelnewtest,
1. First install composer and then download the laravel installation package:
composer global require "laravel/installer=~1.1"
The command is successfully executed.
2. Change the directory ~ /. Add composer/vendor/bin to system environment variables.
3. Run the laravel new test command to create the laravel project. The following error is returned:
E:\>laravel new testCrafting application...Composer could not find the config file: C:\Users\yanwushu\vendor\binTo initialize a project, please create a composer.json file as described in thehttps://getcomposer.org/ "Getting Started" sectionApplication ready! Build something amazing.
I personally do not have a clear understanding of composer and laravel. Please give advice to the familiar comrades.
Reply content:
Follow the instructions,
1. First install composer and then download the laravel installation package:
composer global require "laravel/installer=~1.1"
The command is successfully executed.
2. Change the directory ~ /. Add composer/vendor/bin to system environment variables.
3. Run the laravel new test command to create the laravel project. The following error is returned:
E:\>laravel new testCrafting application...Composer could not find the config file: C:\Users\yanwushu\vendor\binTo initialize a project, please create a composer.json file as described in thehttps://getcomposer.org/ "Getting Started" sectionApplication ready! Build something amazing.
I personally do not have a clear understanding of composer and laravel. Please give advice to the familiar comrades.
Run
composer config -l -g
In the output result, the content of the "home" configuration item iscomposer
And then entervendor\bin
To add the path to the environment variable.
From the above error message, we can see thatvendor\bin
YesC:\Users\yanwushu\vendor\bin
, You need to make sure that the path iscomposer
And the followingvendor\bin
Yes. We recommend that you execute the method I mentioned above, check the path, and add the correct path to the environment variable.
We recommend that you check the next step.
composer selfupdate
// Is the composer version Low?