SirCumz / laravel-themes by SirCumz

A Laravel 5.4 package for a theme based design.
17
2
1
Package Data
Maintainer Username: SirCumz
Maintainer Contact: jefferso_83@hotmail.com (Tjip Kloosterman)
Package Create Date: 2017-08-16
Package Last Update: 2017-10-05
Home Page:
Language: HTML
License: MIT
Last Refreshed: 2024-11-23 03:03:40
Package Statistics
Total Downloads: 17
Monthly Downloads: 1
Daily Downloads: 0
Total Stars: 2
Total Watchers: 1
Total Forks: 0
Total Open Issues: 1

laravel-modular!

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