📌  相关文章
📜  Igaster\Laravel Theme\Exceptions\theme 已经存在 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:53:46.225000             🧑  作者: Mango

代码示例1
removing the config/themes.php files will solve the issue.
  
------------------  OR  -------------------
  
if you are switching or trying to set the theme inside the AppServiceProvider
try updating it inside the boot method instead of updating it inside the
register method.