Home > PHP Framework > Laravel > body text

Why does laravel new command have no effect?

藏色散人
Release: 2020-10-07 21:50:23
forward
2739 people have browsed it

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
Copy after login

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!

Related labels:
source:learnku.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template