13/08
2017
Wallogit.com
2017 © Pedro Peláez
Laravel Theme Manager
Handle themes in resources/Themes directory with create config/theme.php file, (*1)
php:>=5.5.9, (*2)
Begin by installing the package through Composer. This package will load with laravel and you don't need to add ServiceProvider., (*3)
composer require ashrafi/laravel-simple-theme-manager
Publish config.php if you want change default theme name, (*4)
Use ThemeView namespace to load layouts or sections., (*5)
For example: @layouts('ThemeView::{layoutBladeName}), (*6)