igaster / laravel-theme

Theme support for Laravel
MIT License
516 stars 110 forks source link

theme_url not working for directories/folders #89

Closed hassamali closed 6 years ago

hassamali commented 6 years ago

In my application we have a theme called default and its asset path is

{
    "name": "default",
    "extends": "",
    "views-path"  : "_themes/default",
    "asset-path": "default"
}

If the css files are inside default asset folder it works but if i put css in any folder in the same directory folder its not working and laravel log is showing this error too.

laravel.WARNING: Asset not found [css/testing.css] in Theme [default]

Laravel : 5.6 Theme : 2.0.6

hassamali commented 6 years ago

Close the issue. thanks