hexadog/laravel-themes-manager is a Laravel package which was created to let you developing multi-themes Laravel application.
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-managerThe 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"You can find the full documentation here
- Laravel Theme Installer: Composer plugin to install
laravel-themepackages outside vendor directory .
- Logo made by DesignEvo free logo creator
Laravel Themes Manager is open-sourced software licensed under the MIT license.
