遇到的問題
版本切換到8.x
git checkout L02_8.x
No hint path defined for [sudosu]
//修改config/sudosu.php,新增域名字尾`com`
return [
// 允許使用的頂級域名
'allowed_tlds' => ['dev', 'local', 'app', 'test','com'],
// 使用者模型
'user_model' => App\Models\User::class
];
找不到”Redis”類
安裝redis
,開啟php
的redis
擴充套件
PHP Fileinfo extension must be installed/enabled to use Intervention Image
開啟php
的fileinfo
擴充套件
本作品採用《CC 協議》,轉載必須註明作者和本文連結