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