📜  laravel : 命令 introuvable - PHP 代码示例

📅  最后修改于: 2022-03-11 14:53:37.977000             🧑  作者: Mango

代码示例2
#in your terminal, edit .bashrc
nano ~/.bashrc
#pass below command
export PATH="~/.config/composer/vendor/bin:$PATH"
#save file and restart terminal
source ~/.bashrc