laravel-junkies / theme
A Laravel package for multiple theme handling
Installs: 92
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/laravel-junkies/theme
Requires
- php: ^7.2.5
- illuminate/console: ^7.0
- illuminate/contracts: ^7.0
- illuminate/view: ^7.0
Requires (Dev)
- mockery/mockery: ^1.3.1
- phpunit/phpunit: ^8.4|^9.0
This package is auto-updated.
Last update: 2025-09-17 21:36:18 UTC
README
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');