真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

yii2安裝報(bào)錯(cuò)的解決方法

這篇文章主要介紹yii2安裝報(bào)錯(cuò)的解決方法,文中介紹的非常詳細(xì),具有一定的參考價(jià)值,感興趣的小伙伴們一定要看完!

創(chuàng)新互聯(lián)建站于2013年成立,是專業(yè)互聯(lián)網(wǎng)技術(shù)服務(wù)公司,擁有項(xiàng)目網(wǎng)站設(shè)計(jì)制作、網(wǎng)站建設(shè)網(wǎng)站策劃,項(xiàng)目實(shí)施與項(xiàng)目整合能力。我們以讓每一個(gè)夢(mèng)想脫穎而出為使命,1280元原州做網(wǎng)站,已為上家服務(wù),為原州各地企業(yè)和個(gè)人服務(wù),聯(lián)系電話:18982081108

yii2安裝報(bào)錯(cuò)怎么辦?

在執(zhí)行 composer安裝yii之后 會(huì)出現(xiàn)這樣的問題

composer create-project --prefer-dist yiisoft/yii2-app-basic basic
- phpunit/phpunit 6.4.3 requires ext-dom * -> the requested PHP extension dom is missing from your system.
- phpunit/phpunit 6.4.2 requires ext-dom * -> the requested PHP extension dom is missing from your system.
- phpunit/phpunit 6.4.1 requires ext-dom * -> the requested PHP extension dom is missing from your system.
- phpunit/phpunit 6.4.0 requires ext-dom * -> the requested PHP extension dom is missing from your system.

或者

這是由于直接安裝php7沒有安裝完整配置出現(xiàn)的問題 執(zhí)行

首先,你需要安裝的擴(kuò)展模塊是:mbstring

安裝laravel將依賴該擴(kuò)展,如果你沒有安裝該擴(kuò)展,那么通過(guò)composer安裝laravel框架,你將無(wú)法正常生成laravel框架所依賴的vendor目錄。vendor目錄以及其下文件是laravel框架正常運(yùn)行所需的。

第二個(gè)要安裝的擴(kuò)展模塊是:xml擴(kuò)展

通過(guò)composer安裝laravel框架過(guò)程中將需要調(diào)用ext-dom,若xml擴(kuò)展未安裝,這也會(huì)影響我們安裝laravel。

以上兩個(gè)擴(kuò)展是PHP7版本安裝laravel所依賴也是容易被忽略的擴(kuò)展,當(dāng)你安裝laravel無(wú)法正常生成vendor目錄時(shí)就需要檢查mbstring擴(kuò)展加載情況了。

安裝也是簡(jiǎn)單的:

apt-get install php7.0-mbstring

若提示:phpunit/phpunit 5.0.x requires ext-dom * -> the requested PHP extension dom is missing from your system.

則需要安裝xml擴(kuò)展。

apt-get install php7.0-xml

以上是“yii2安裝報(bào)錯(cuò)的解決方法”這篇文章的所有內(nèi)容,感謝各位的閱讀!希望分享的內(nèi)容對(duì)大家有幫助,更多相關(guān)知識(shí),歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道!


網(wǎng)站標(biāo)題:yii2安裝報(bào)錯(cuò)的解決方法
當(dāng)前URL:http://weahome.cn/article/ggisis.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部