在我們的項目中,<code>vender</code>的部分不會放在檔案倉庫内,而是被忽略掉。
删除項目内的“vender“`檔案夾
在項目根目錄執行<code>composer install</code>
通路項目,出現報錯
The file or directory to be published does not exist: D:\xampp\htdocs\basic\vendor\bower/jquery/dist
解決問題的關鍵在于更新composer到1.1.1,就不會出現對應的路徑問題
原因在于中文官方文檔沒有及時更新
<a href="http://www.yiichina.com/doc/guide/2.0/start-installation">http://www.yiichina.com/doc/guide/2.0/start-installation</a>

<a href="http://www.yiiframework.com/doc-2.0/guide-start-installation.html#installing-via-composer">http://www.yiiframework.com/doc-2.0/guide-start-installation.html#installing-via-composer</a>
能看英文原版就看原版
需要看文檔而不喜歡寫文檔的程式員被不喜歡寫文檔的程式員坑了
<a href="https://segmentfault.com/q/1010000004047286">https://segmentfault.com/q/1010000004047286</a>