課程
/后端開發
/PHP
/輕松學會Laravel-高級篇
為啥我配置了還是不行 laravel: command not found
2017-07-06
源自:輕松學會Laravel-高級篇 2-1
正在回答
sudo echo 'export PATH="~/.composer/vendor/bin:$PATH"' >> ~/.bash_profile
然后需要應用
source ~/.bash_profile
這段代碼配置過了,還是沒有command not found
DearLin
ok137
這個是在.bash_profile中的代碼export PATH=$PATH:~/.composer/vendor/bin
舉報
Laravel框架高級教程,介紹Laravel提供的工具和功能,快來體驗
1 回答-bash: composer: command not found
1 回答Class 'App\Http\Controllers\sendEmail' not found
3 回答composer 安裝laravel
4 回答laravel new 失敗
2 回答laravel隊列應用
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2017-11-09
sudo echo 'export PATH="~/.composer/vendor/bin:$PATH"' >> ~/.bash_profile
然后需要應用
source ~/.bash_profile
2017-08-16
這段代碼配置過了,還是沒有command not found
2017-07-06
這個是在.bash_profile中的代碼export PATH=$PATH:~/.composer/vendor/bin