📌  相关文章
📜  将 laravel 安装程序添加到路径 - Shell-Bash 代码示例

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

代码示例1
# For WSL, you will find the global composer location in ~/.config/composer
# Instead of the usual ~/.composer/
# To add a normal composer install to your WSL path do the following
export PATH="$PATH:~/.config/composer/vendor/bin"
# Reload bash
source ~/.bashrc
# Use composer package (ex. Laravel)