snowsoft/laravel-themes-manager

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

1.0 2023-12-23 11:57 UTC

This package is auto-updated.

Last update: 2024-04-23 13:00:40 UTC


README

68747470733a2f2f692e6962622e636f2f704b4a675859352f6c61726176656c2d6d6f64756c65732d6d616e616765722e706e67

Latest Stable Version Total Downloads License

Introduction

snowsoft/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 snowsoft/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.