hexadog / laravel-themes-manager
Bring multi themes support to your Laravel application with a full-featured Themes Manager
Installs: 31 818
Dependents: 4
Suggesters: 0
Security: 0
Stars: 162
Watchers: 4
Forks: 32
Open Issues: 2
pkg:composer/hexadog/laravel-themes-manager
Requires
- php: >=7.4
 - ext-json: *
 - hexadog/laravel-theme-installer: ^1.0
 - illuminate/view: ^7.0|^8.0|^9.0|^10.0|^11.0|^12.0
 
Requires (Dev)
- laravel/pint: ^1.10
 - orchestra/testbench: ^8.3
 - phpunit/phpunit: ^7.0|^8.0|^9.0|^10.0|^11.0|^12.0
 
- dev-master
 - v1.14.0
 - v1.13.1
 - v1.13.0
 - v1.12.0
 - v1.11.0
 - v1.10.13
 - v1.10.12
 - v1.10.11
 - v1.10.10
 - v1.10.9
 - v1.10.8
 - v1.10.7
 - v1.10.6
 - v1.10.5
 - v1.10.4
 - v1.10.3
 - v1.10.2
 - v1.10.1
 - v1.10.0
 - v1.9.3
 - v1.9.2
 - v1.9.1
 - v1.9.0
 - v1.8.2
 - v1.8.1
 - v1.8.0
 - v1.7.3
 - v1.7.2
 - v1.7.1
 - v1.7.0
 - v1.6.0
 - v1.5.2
 - v1.5.1
 - v1.5.0
 - v1.4.3
 - v1.4.2
 - v1.4.1
 - v1.4.0
 - v1.3.0
 - v1.2.0
 - v1.1.0
 - v1.0.1
 - v1.0
 - dev-develop
 
This package is auto-updated.
Last update: 2025-10-31 00:21:59 UTC
README
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
- Laravel Theme Installer: Composer plugin to install 
laravel-themepackages outside vendor directory . 
Credits
- Logo made by DesignEvo free logo creator
 
License
Laravel Themes Manager is open-sourced software licensed under the MIT license.