Answers for "theme default already exists error laravel theme switcher"

PHP
0

IgasterLaravel ThemeExceptionstheme Already Exists

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.
Posted by: Guest on November-10-2020

Browse Popular Code Answers by Language