Looking to hire Laravel developers? Try LaraJobs

laravel-simple-theme-manager maintained by ashrafi

Description
Laravel Theme Manager
Author
Last update
2021/02/05 09:41 (dev-master)
License
Links
Downloads
27

Comments
comments powered by Disqus

Laravel Simple ThemeManager

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})