|
3 周之前 | |
---|---|---|
app | 3 周之前 | |
config | 3 周之前 | |
extend | 1 年之前 | |
public | 3 周之前 | |
route | 1 年之前 | |
runtime | 1 年之前 | |
sql | 1 年之前 | |
vendor | 1 年之前 | |
.example.env | 1 年之前 | |
.gitignore | 1 年之前 | |
.travis.yml | 1 年之前 | |
LICENSE.txt | 1 年之前 | |
README.md | 1 年之前 | |
composer.json | 1 年之前 | |
composer.lock | 1 年之前 | |
think | 1 年之前 |
PHP7
强类型(严格模式)PSR
规范ThinkPHP6.1的运行环境要求PHP7.2.5+,最高兼容PHP8.2
composer create-project topthink/think tp
启动服务
cd tp
php think run
然后就可以在浏览器中访问
http://localhost:8000
如果需要更新框架使用
composer update topthink/framework