Looking to hire Laravel developers? Try LaraJobs

laravel-themes maintained by sircumz

Description
A Laravel 5.4 package for a theme based design.
Last update
2017/10/05 15:48 (1.0.0)
License
Downloads
19
Tags

Comments
comments powered by Disqus

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