|
hace 2 años | |
---|---|---|
app | hace 2 años | |
config | hace 2 años | |
extend | hace 2 años | |
public | hace 2 años | |
route | hace 2 años | |
runtime | hace 2 años | |
sql | hace 2 años | |
vendor | hace 2 años | |
.example.env | hace 2 años | |
.gitignore | hace 2 años | |
.travis.yml | hace 2 años | |
LICENSE.txt | hace 2 años | |
README.md | hace 2 años | |
composer.json | hace 2 años | |
composer.lock | hace 2 años | |
think | hace 2 años |
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