Home >PHP Framework >Laravel >Why does laravel new command have no effect?

Why does laravel new command have no effect?

藏色散人
藏色散人forward
2020-10-07 21:50:232802browse

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 place

composer's system-wide vendor binWhy does laravel new command have no effect? 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!

Statement:
This article is reproduced at:learnku.com. If there is any infringement, please contact admin@php.cn delete