pingpong-labs / themes

Laravel 5 Themes
https://pingpong-labs.github.io/docs/themes.html
BSD 3-Clause "New" or "Revised" License
24 stars 15 forks source link

Theme::asset and Theme::secure_asset #11

Closed tankerkiller125 closed 8 years ago

tankerkiller125 commented 9 years ago

Should have Theme::asset and Theme::secure_asset just like default Laravel.

tankerkiller125 commented 9 years ago

I have managed to get this working myself but it currently uses the config instead of the dynamic setting.

gravitano commented 9 years ago

Can you please create pull request, so I can add this feature for the next release of this package?

tankerkiller125 commented 9 years ago

I can when I get the time later today. I will warn you that its currently using the "default" entry in the themes.php config. I couldn't seem to get it work with the dynamic selection.