git 安裝
git clone --depth=1 https://github.com/top-think/think.git think_git
cd think_git
git clone --depth=1 https://github.com/top-think/framework.git thinkphp
composer 安裝
composer create-project --prefer-dist topthink/think think_composer
git clone --depth=1 https://github.com/top-think/think.git think_git
cd think_git
git clone --depth=1 https://github.com/top-think/framework.git thinkphp
composer 安裝
composer create-project --prefer-dist topthink/think think_composer
2017-05-24
已采納回答 / 烏云龍
sublime 之后主題是叫?Packages/User/SublimeLinter/Monokai (Colorcoded) (SL).tmTheme 之后我自己做了一些修改
2017-05-23
最新回答 / 慕哥4068670
你要把網站根目錄指向public目錄,public/index.php才是整個項目的入口文件,否則會造成訪問地址路徑不正確的,所以你的css引入文件時的static/css/style.css這個文件路徑就有問題了
2017-05-23
nginx的話怎么配置?配置rewrite ^/(.*)$ /index.php/$1 last; 這個后靜態資源的訪問總是出問題。。
2017-05-22