如果你在使用PHP 5.x版的Homestead盒子,可以透過複製laravel/homestead的php-7分支到一個新的資料夾來升級安裝到PHP 7.0:
git clone -b php-7 https://github.com/laravel/homestead.git Homestead
接下來直接加入盒子到已存在的Homestead.yaml檔案頂部:
box: laravel/homestead-7
最後,你可以在包含克隆laravel/homestead倉庫的目錄中運行vagrant up指令來啟動Homestead。
原文網址:https://xueyuanjun.com/post/1168.html
以上是Laravel Homestead支持 PHP 7的詳細內容。更多資訊請關注PHP中文網其他相關文章!