ashrafi / laravel-simple-theme-manager
Laravel Theme Manager
v2.0.0
2021-02-05 08:41 UTC
Requires
- php: >=5.5.9
- laravel/framework: ^5.0|^6.0|^7.0|^8.0
This package is not auto-updated.
Last update: 2025-02-01 03:33:13 UTC
README
Handle themes in resources/Themes directory with create config/theme.php file
Requirements
php:>=5.5.9
Quick Installation
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
Usage
Use ThemeView namespace to load layouts or sections.
For example: @layouts('ThemeView::{layoutBladeName})