diff --git a/config/themes.php b/config/themes.php index 3f5d041..7edc6ac 100644 --- a/config/themes.php +++ b/config/themes.php @@ -1,9 +1,7 @@ resource_path('views/themes'), + 'folder' => resource_path('themes'), 'publish_assets' => true, 'create_tables' => true - ]; \ No newline at end of file diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index b818327..bbc4910 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -164,7 +164,7 @@ @if(count($themes) < 1)
It doesn't look like you have any themes available in your theme folder located at = resource_path('views/themes'); ?>
It doesn't look like you have any themes available in your theme folder located at = resource_path('themes'); ?>