nanosiacom/laravel-themes-manager

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

v1.0.0 2024-04-05 06:11 UTC

This package is auto-updated.

Last update: 2024-12-05 07:31:43 UTC


README

Latest Stable Version Total Downloads License

Introduction

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