sircumz/laravel-themes is a Laravel package for a laravel 5.4 package for a theme based design..
It currently has 2 GitHub stars and 19 downloads on Packagist (latest version 1.0.0).
Install it with composer require sircumz/laravel-themes.
Discover more Laravel packages by sircumz
or browse all Laravel packages to compare alternatives.
Last updated
A Laravel 5.4+ package for a theme based design.
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.