資源描述:
《windows下通過(guò)composer安裝yii2框架》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在應(yīng)用文檔-天天文庫(kù)。
1、Windows下通過(guò)composer安裝Yii2框架目錄概述1一、安裝準(zhǔn)備:開(kāi)啟php的open_ssl支持1NOTE1:使用wamp里的菜單界面php.ini開(kāi)啟openssl設(shè)置不起作用),需要通過(guò)php–ini命令找到php.ini文件位置,來(lái)開(kāi)啟php_openssl.dll。2二、安裝composer22.1UsingtheInstallercomposersetup.exe2NOTE2:解決辦法:我的電腦右鍵環(huán)境變量設(shè)置HTTP_PROXY=代理服務(wù)器地址;端口32.2、手動(dòng)下載composer.phar自己配置32.2
2、.1使用php命令行下載32.2.3、生成composer.bat文件。3三、安裝Yii2框架4NOTE3:安裝過(guò)程中,讓你輸入github網(wǎng)站的令牌(Token),以去除API速率限制。4VerifyingtheInstallation7四、安裝之后,程序初始化8NOTE4:到這里貌似可以,還要執(zhí)行init才可以生成一些文件,例如main-local.php8五、保證用戶正常使用數(shù)據(jù)庫(kù),執(zhí)行phpyiimigrate,在數(shù)據(jù)庫(kù)生成user表。10六、apache虛擬主機(jī)設(shè)置10概述1、安裝wamp之后,要開(kāi)啟php的open_ss
3、l支持。2、在windows安裝composer有兩種方法,直接下載composer.setup安裝器(安裝會(huì)遇到一些問(wèn)題,不建議使用)從官網(wǎng)下載composer.phar(推薦使用這個(gè)方法安裝composer)。3、通過(guò)安裝好的composer.phar安裝Yii2框架。4、安裝Yii2框架后,執(zhí)行init命令5、為了使模板正常使用數(shù)據(jù)庫(kù),執(zhí)行phpyiimigrate命令,生成user表。一、安裝準(zhǔn)備:開(kāi)啟php的open_ssl支持SomesettingsonyourmachinemakeComposerunabletowor
4、kproperly.Makesurethatyoufixtheissueslistedbelowandrunthisscriptagain:Theopensslextensionismissing,whichmeansthatsecureHTTPStransfersareimpossible.Ifpossibleyoushouldenableitorrecompilephpwith--with-opensslNOTE1:使用wamp里的菜單界面php.ini開(kāi)啟openssl設(shè)置不起作用),需要通過(guò)php–ini命令找到php.in
5、i文件位置,來(lái)開(kāi)啟php_openssl.dll。需要使用命令找到php.ini位置,在文本上編輯。C:>php--iniConfigurationFile(php.ini)Path:C:WindowsLoadedConfigurationFile:D:wampbinphpphp5.4.12php.iniScanforadditional.inifilesin:(none)Additional.inifilesparsed:(none)二、安裝composerwindows安裝composer兩種方式2.1Usingt
6、heInstallercomposersetup.exe用composersetup.exe安裝composer,如果使用代理服務(wù)器遇到如下問(wèn)題:。Warning:YourinternetsettingsmaystopComposerfromworking.Proxyhttp://代理服務(wù)器:8080[fromEnvironmentVariables]failedwitherrors:Php_network_getaddresses:getaddrinfofailed:不知道這樣的主機(jī)。.Failedtoopenstream:php
7、_network_getaddresses:getaddrinfofailed:不知道這樣的主機(jī)。出現(xiàn)如下錯(cuò)誤;Downloadfailed:file_get_contents():php_network_getaddresses:getaddrinfofailed:不知道這樣的主機(jī)。file_get_contents(https://getcomposer.org/composer.phar):failedtoopenstream:php_network_getaddresses:getaddrinfofailed:不知道這樣的主
8、機(jī)。Downloadfailed:file_get_contents():php_network_getaddresses:getaddrinfofailed:不知道這樣的主機(jī)。file_get_contents(https://ge