Manage your frontend themes using Modules HMVC Arch and easy to use settings and upload support for FilamentPHP
composer require tomatophp/filament-themes-managerafter install your package please run this command
php artisan filament-themes-manager:installfinally register the plugin on /app/Providers/Filament/AdminPanelProvider.php
->plugin(\TomatoPHP\FilamentThemesManager\FilamentThemesManagerPlugin::make())you can publish config file by use this command
php artisan vendor:publish --tag="filament-themes-manager-config"you can publish views file by use this command
php artisan vendor:publish --tag="filament-themes-manager-views"you can publish languages file by use this command
php artisan vendor:publish --tag="filament-themes-manager-lang"you can publish migrations file by use this command
php artisan vendor:publish --tag="filament-themes-manager-migrations"Please see CHANGELOG for more information on what has changed recently.
Please see SECURITY for more information about security.
The MIT License (MIT). Please see License File for more information.
