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

UrlGenerator could not be converted to string

NawattY opened this issue · comments

laravel 5.2

Caffeinated\Themes\Themes.php online 378

Solution : laravel/framework#11479

change url() to url('/')

+1 Fixed the problem for me :)

I guess it's fixed in #36

commented

Yup, thanks for catching this @UnderlineWords