A simple theme for FilamentPHP with custom user menu in sidebar
tomatophp/filament-simple-theme is a Laravel package for a simple theme for filamentphp with custom user menu in sidebar.
It currently has 14 GitHub stars and 6.812 downloads on Packagist (latest version v1.0.2).
Install it with composer require tomatophp/filament-simple-theme.
Discover more Laravel packages by tomatophp
or browse all Laravel packages to compare alternatives.
Last updated

A simple theme for FilamentPHP with custom user menu in sidebar

composer require tomatophp/filament-simple-theme
after install your package please run this command
php artisan filament-simple-theme:install
now run npm
npm i && npm run dev
finally register the plugin on /app/Providers/Filament/AdminPanelProvider.php
->plugin(\TomatoPHP\FilamentSimpleTheme\FilamentSimpleThemePlugin::make())
you can publish config file by use this command
php artisan vendor:publish --tag="filament-simple-theme-config"
you can publish views file by use this command
php artisan vendor:publish --tag="filament-simple-theme-views"
you can publish languages file by use this command
php artisan vendor:publish --tag="filament-simple-theme-lang"
you can publish migrations file by use this command
php artisan vendor:publish --tag="filament-simple-theme-migrations"
Checkout our Awesome TomatoPHP