thedevdojo / voyager-themes

Theme Hook for Voyager
81 stars 23 forks source link

No Themes Found #27

Open adexx opened 5 years ago

adexx commented 5 years ago

Wuh oh! It doesn't look like you have any themes available in your theme folder located at C:\Users\WOK\Desktop\laravel-5.8\test\resources\views/themes

I have download the sample theme and placed it inside resources/views/theme folder and its still saying not found i also copied it to resources folder, and views folder

but still not found

below is my config/themes.php file

return [

'themes_folder' => resource_path('views/themes'),
'publish_assets' => true

];