A Laravel package for multiple theme handling
90
2
2
Package Data
Maintainer Username: TobyMaxham
Maintainer Contact: git2020@maxham.de (Tobias Maxham)
Package Create Date: 2017-08-09
Package Last Update: 2020-03-17
Language: PHP
License: MIT
Last Refreshed: 2024-03-27 03:08:14
Package Statistics
Total Downloads: 90
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 2
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

Theme Manager

A Laravel package for multiple theme handling.

With this package you can easily create customized themes for Laravel.

Total Downloads Latest Stable Version Latest Unstable Version License

Installation

composer require laravel-junkies/theme

Usage

The following code will looking for resources within the folder resources/themes/{themeName}

Theme::setup('themeName');