ThinkPHP 6 轉到 ThinkPHP 8

  • composer create-project topthink/think tp

  • composer require topthink/think-view

  • composer require topthink/think-multi-app

  • composer require topthink/think-captcha

  • composer require phpmailer/phpmailer

安裝thinkPHP captcha後,出現錯誤:Call to undefined function think\captcha\imagecreate() 可能是因為php 沒開擴充 extension = php_gd2.dll

安裝 GD 擴展

sudo apt-get install php8.3-gd
sudo systemctl restart apache2
工作技能 PHP ThinkPHP