Skip to content

Bring multi themes support to your Laravel application with a full-featured Themes Manager

License

Notifications You must be signed in to change notification settings

laravel24/laravel-themes-manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest Stable Version Total Downloads License

Introduction

hexadog/laravel-themes-manager is a Laravel package which was created to let you developing multi-themes Laravel application.

Installation

This package requires PHP 7.3 and Laravel 7.0 or higher.

To get started, install Themes Manager using Composer:

composer require hexadog/laravel-themes-manager

The package will automatically register its service provider.

To publish the config file to config/themes-manager.php run:

php artisan vendor:publish --provider="Hexadog\ThemesManager\Providers\PackageServiceProvider"

Documentation

You can find the full documentation here

Related projects

Credits

License

Laravel Themes Manager is open-sourced software licensed under the MIT license.

About

Bring multi themes support to your Laravel application with a full-featured Themes Manager

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 96.3%
  • Blade 3.7%