Thursday, March 30, 2017

[Laravel][Resolved] laravel is not recognized as an internal or external command , operable program or batch file.


Error message :

laravel is not recognized as an internal or external command , operable program or batch file.
Firstly you need to make sure you have add this environment value exists:

%USERPROFILE%\AppData\Roaming\Composer\vendor\bin;


You can click system in control panel , and then click "Advanced system settings"



And than add "%USERPROFILE%\AppData\Roaming\Composer\vendor\bin;" to variable value of system variables : Path




but make sure the path you added the environment value exits


Restart your commend prompt.

Reference

http://stackoverflow.com/questions/25528583/laravel-is-not-recognized-as-an-internal-or-external-command

No comments :

Post a Comment