The following tutorial column will introduce to you the reasons why the laravel new command has no effect. I hope it will be helpful to friends in need!
You need to placecomposer's system-wide vendor bin directory in your system environment variable
$PATH. Specific operations:
~]# export PATH=$PATH:~/.config/composer/vendor/bin ~]# source ~/.bash_profile
The above is the detailed content of Why does laravel new command have no effect?. For more information, please follow other related articles on the PHP Chinese website!