theme maintained by laravel-junkies
Description
A Laravel package for multiple theme handling
Author
Last update
2020/03/17 10:55
(dev-master)
License
Downloads
92
Tags
Theme Manager
A Laravel package for multiple theme handling.
With this package you can easily create customized themes for Laravel.
Installation
composer require laravel-junkies/theme
Usage
The following code will looking for resources within the folder resources/themes/{themeName}
Theme::setup('themeName');