teepluss / laravel-theme

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

Added a new feature method Theme::watchPartial() #64

Closed abbasali closed 10 years ago

abbasali commented 10 years ago

This works similar to Theme::watch() and looks for the partial in the theme directory first. If not found, it looks for the partial in the application's partial directory.

If partial is not found anywhere, it throws UnknownPartialFileException exception