sircumz / laravel-themes
A Laravel 5.4 package for a theme based design.
1.0.0
2017-10-05 13:48 UTC
Requires
- php: ^7.0
- sircumz/laravel-modular: 1.0.*
This package is not auto-updated.
Last update: 2026-03-11 08:19:52 UTC
README
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.