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