igaster / laravel-theme

Theme support for Laravel
MIT License
516 stars 110 forks source link

Update Theme->config() for prevent throws exception on undefined conf… #12

Closed likemusic closed 9 years ago

likemusic commented 9 years ago

…ig key

On request variable by Theme:config ($key) if $key if not defined (in themes.php) it requested from parents theme. At and of hierarchy it request config from root theme with $name='root' that not exists in config files, that throws exception.