ashrafi/laravel-simple-theme-manager is a Laravel package for laravel theme manager.
It currently has 3 GitHub stars and 27 downloads on Packagist (latest version v2.0.0).
Install it with composer require ashrafi/laravel-simple-theme-manager.
Discover more Laravel packages by ashrafi
or browse all Laravel packages to compare alternatives.
Last updated
Handle themes in resources/Themes directory with create config/theme.php file
php:>=5.5.9
Begin by installing the package through Composer. This package will load with laravel and you don't need to add ServiceProvider.
composer require ashrafi/laravel-simple-theme-manager
Publish config.php if you want change default theme name
Use ThemeView namespace to load layouts or sections.
For example: @layouts('ThemeView::{layoutBladeName})