Shipu / themevel

Theme and asset management for laravel
Creative Commons Zero v1.0 Universal
347 stars 67 forks source link

Wrong theme url #11

Closed eonlab closed 7 years ago

eonlab commented 7 years ago

Hi, Using: <link rel="stylesheet" href="{{ themes('css/app.css') }}">

in a view it creates this url: http://www.somedomain.com//assets/css/app.css but it should be http://www.somedomain.com/themes//assets/css/app.css that corresponds to the symlink created in the public folder. Is this a bug or am I doing something wrong?

Thanks

Shipu commented 7 years ago

Can you please provide you app/config/theme.php .

Shipu commented 6 years ago

Fixed in v1.6