caffeinated / themes

:art: Laravel Themes package with support for the Caffeinated Modules package.

Home Page:https://caffeinatedpackages.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Theme::asset() is always prepend '/' to the generated link

AkramBerkawy opened this issue · comments

I have to config my themes to have base path as URL, i.e.:
'base' => url( 'public/themes'),

now the generated asset URL when calling Theme::asset() is:
"/http://localhost:8888/laravel/....

any possible solution ?
Thanks.

I sent a pull request about it.
#28