【CI4】CodeIgniter 4 上手練習

一、在github下載CI4的master(我的喜愛)linux

二、而後使用composer安裝(推薦),若是沒有composer能夠安裝感受比較好用,或者手動安裝git

三、經過win的cmd進入到相應的目錄,執行github

    composer installwindows

    安裝過程當中若是提示如下錯誤:bash

 Problem 1
    - The requested PHP extension ext-intl * is missing from your system. Install or enable PHP's intl extension.composer

須要在網上找一下  ext-intl 這個擴展,本機環境已安裝請忽略框架

四、win環境會提示post

Script bash admin/setup.sh handling the post-update-cmd event returned with error code 1code

這個須要安裝 windows 版的linux,能夠經過搜索  「win bash」等關鍵詞,我選擇跳過此步驟。ip

五、而後本機解析對應的域名到CI4框架的的   public  文件夾,至此能夠自由發揮了

相關文章
相關標籤/搜索