indolat/filament-simple-theme

A simple theme for FilamentPHP with custom user menu in sidebar

Maintainers

Package info

github.com/Indolat/filament-simple-theme

pkg:composer/indolat/filament-simple-theme

Statistics

Installs: 17

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

2.1 2026-03-02 18:02 UTC

This package is auto-updated.

Last update: 2026-03-02 18:03:12 UTC


README

composer require indolat/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(\Indolat\FilamentSimpleTheme\FilamentSimpleThemePlugin::make())

Publish Assets

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"