Skip to content

tomatophp/filament-themes-manager

Screenshot

Filament themes manager

Latest Stable Version License Downloads

Manage your frontend themes using Modules HMVC Arch and easy to use settings and upload support for FilamentPHP

Installation

composer require tomatophp/filament-themes-manager

after install your package please run this command

php artisan filament-themes-manager:install

finally register the plugin on /app/Providers/Filament/AdminPanelProvider.php

->plugin(\TomatoPHP\FilamentThemesManager\FilamentThemesManagerPlugin::make())

Publish Assets

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"

Changelog

Please see CHANGELOG for more information on what has changed recently.

Security

Please see SECURITY for more information about security.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Manage your frontend themes using Modules HMVC Arch and easy to use settings and upload support for FilamentPHP

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

 
 
 

Contributors