| 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: | 2025-10-27 03:01:38 |
| Package Statistics | |
|---|---|
| Total Downloads: | 92 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 2 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
A Laravel package for multiple theme handling.
With this package you can easily create customized themes for Laravel.
composer require laravel-junkies/theme
The following code will looking for resources within the folder resources/themes/{themeName}
Theme::setup('themeName');