teepluss / laravel-theme

Theme and asset managing for laravel
MIT License
546 stars 132 forks source link

Set meta for every page #143

Closed sinandomeng closed 7 years ago

sinandomeng commented 7 years ago

Hi, just wanna know how to set meta's on each every blade/page? I cannot find instruction for this in its repo. Thanks in advance

sinandomeng commented 7 years ago

I'd try random codes and tried to explore also in the vendor > teepluss but i could not found it

sinandomeng commented 7 years ago

Okay, I'd fixed it. Lol I add this on the config file, so we need to set this on controller, right?

// You can remove this line anytime. $theme->setTitle('Copyright © 2013 - Laravel.in.th'); $theme->setKeywords('Test key words.');