hexadog/laravel-themes-manager

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

v1.12.0 2024-01-04 14:03 UTC

README

68747470733a2f2f692e6962622e636f2f704b4a675859352f6c61726176656c2d6d6f64756c65732d6d616e616765722e706e67

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.4 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.