A Laravel package for multiple theme handling

v2.0 2020-03-17 09:55 UTC

This package is auto-updated.

Last update: 2024-04-17 18:46:50 UTC


README

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');