sircumz/laravel-themes

A Laravel 5.4 package for a theme based design.

Installs: 19

Dependents: 1

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 1

Language:HTML

pkg:composer/sircumz/laravel-themes

1.0.0 2017-10-05 13:48 UTC

This package is not auto-updated.

Last update: 2025-10-08 06:23:26 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

A Laravel 5.4+ package for a theme based design.

Installation

The preferred way of installing is through composer

composer require sircumz/laravel-themes

Add the service provider to config/app.php:

SirCumz\LaravelModular\LaravelThemesServiceProvider::class

Publish the package

php artisan vendor:publish --tag=themes

Navigate to "app/Themes" to view the Default Theme.

Compiling Theme Assets with laravel Mix