前提 根據(jù)官方文檔來進行依賴注入,會出現(xiàn)Method ReflectionParameter::getClass() is deprecated的問題,該問題的產生是因為php8不支持getClass()寫法,得用getType()的寫法 解決方案 在項目底下創(chuàng)建modify.php文件 修改composer.json文件,新增post-install-cmd、post-update-cmd項 "scripts":...