Console Helpers
Accounts Builder
Alerts Sender
Resource API Generator
Artisan Command Runner
Blog Template
Bookmarks Menu
File Browser
CMS Builder
Developer Gate
Discord Notifications Integration
Documents Editor
E-Commerce Builder
Firebase Notifications Integration
Helper Classes Generator
Icons Picker & Provider
Invoices Manager
GitHub Issues Manager
Language Switcher
Locations Seeder
User Logger
Media Manager
Menu Generator
Sticky Notes
Payment Manager
Plugins Manager & Generator
Point of Sale
Progressive Web App Integration
SEO Manager
Settings Hub
Simple Theme
Social Media Manager
Subscriptions
Tenancy Multi-database
Translation Component
Translations Manager
Google Translations
Translations GPT
Twilio Whatsapp Notifications Integrations
Types Manager
User Manager
Wallets Manager
Wallet Withdrawals
Laravel Package Generator
Filament Simple Theme
A simple theme for FilamentPHP with custom user menu in sidebar
Screenshots
Installation
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())
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"
Other Filament Packages
Checkout our Awesome TomatoPHP