但如此動作總是中斷開發流程,又造成版面破版。
在剛釋出的 Laravel 5.7.x 版提供了一個新的 artisan 指令 dump-server
可以把要查看的變數或資訊印在 console視窗,又不造成中斷開發或視覺破版。

先讓 Laravel 執行一般網站模式,再開啟 dump-server 來監聽 dump()

若要取消監聽,用 Ctrl + C 即可中止。
npm install -g @vue/cli
Install-Module posh-git -Scope CurrentUser
Import-Module posh-git


Add-PoshGitToProfile

fatal: unable to access 'https://localhost/winnie/test.git/': SSL certificate problem: self signed certificategit config --global http.sslVerify false
GIT_SSL_NO_VERIFY=true git clone https://localhost/winnie/test.git
或是git -c http.sslVerify=false clone https://localhost/winnie/test.git
git config http.sslVerify false
git config --global http.sslBackend schannel