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

Blade support #2

Closed kaidesu closed 9 years ago

kaidesu commented 10 years ago

Good work on the package!

Unless I'm missing something, do you have plans to support the use of @extends and the related blade commands for themes?

kaidesu commented 10 years ago

Ah nevermind, I see in the service provider that you loop through all the themes and add their namespaces. This should be added to the documentation for the package.

For future reference to anyone else running into this issue, the usage is along the lines of: @extends('yourTheme::layouts.view'). This is the same for all blade commands that may be specific to your theme.

gravitano commented 9 years ago

Sorry for my late response. The view documentation has been added for this issue. http://sky.pingpong-labs.com/docs/2.0/themes