https://gitee.com/liu21st/thinkphp
https://www.kancloud.cn/manual/thinkphp6_0/1037479
https://www.kancloud.cn/monday/thinkphp6/1619902
https://github.com/top-think/framework
composer create-project topthink/think tp6
.htaccess
<IfModule mod_rewrite.c>
Options +FollowSymlinks -Multiviews
RewriteEngine On
RewriteCond % !-d
RewriteCond % !-f
RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]
</IfModule>
php think make:controller demo@ExamStudentController
php think make:model User //php think make:model admin@User
php think make:model app\model\yw_hzcsModel
php think route:list demo
composer require topthink/think-worker