riodwanto / superduper-filament-starter-kit
A comprehensive Laravel Filament 3 ๐ก starter kit with pre-installed plugins, admin panel, user management, SEO tools, theme customization, and content management for rapid application development
Installs: 8 127
Dependents: 0
Suggesters: 0
Security: 0
Stars: 242
Watchers: 6
Forks: 64
Open Issues: 8
Type:project
pkg:composer/riodwanto/superduper-filament-starter-kit
Requires
- php: ^8.2
- bezhansalleh/filament-exceptions: ^2.1
- bezhansalleh/filament-shield: ^3.2
- codeat3/blade-fluentui-system-icons: ^1.32
- codeat3/blade-phosphor-icons: ^2.0
- datlechin/filament-menu-builder: 0.7.0
- eightynine/filament-docs: ^3.0
- filament/filament: ^3.2
- filament/spatie-laravel-media-library-plugin: ^3.2
- filament/spatie-laravel-settings-plugin: ^3.2
- filament/spatie-laravel-tags-plugin: ^3.2
- flowframe/laravel-trend: ^0.4.0
- guzzlehttp/guzzle: ^7.2
- jeffgreco13/filament-breezy: ^2.2
- lab404/laravel-impersonate: ^1.7
- laravel/framework: ^11.9
- laravel/sanctum: ^4.0
- laravel/tinker: ^2.8
- league/commonmark: ^2.4
- opcodesio/log-viewer: ^3.11
- riodwanto/filament-ace-editor: ^1.0
- stichoza/google-translate-php: ^5.2
- tomatophp/filament-media-manager: ^1.1
Requires (Dev)
- fakerphp/faker: ^1.9.1
- laravel/pint: ^1.0
- laravel/sail: ^1.18
- mockery/mockery: ^1.4.4
- nunomaduro/collision: ^8.1
- phpunit/phpunit: ^10.1
- spatie/laravel-ignition: ^2.0
This package is auto-updated.
Last update: 2025-10-10 04:12:22 UTC
README
A starting point to create your next Filament 3 ๐ก app. With pre-installed plugins, pre-configured, and custom page. So you don't start all over again.
โจ Features
- 
๐ก๏ธ User & Access Management - Filament Shield for comprehensive role-based access control
- ๐ฅ Multiple user roles with granular permissions
- ๐ Secure authentication workflows
- ๐งโ๐ผ User impersonation feature for admins
 
- 
๐ค Profile & User Experience - ๐จ๐ปโ๐ฆฑ Customizable profile page from Filament Breezy
- ๐ Dark/light mode switching
- ๐ญ Personalized user dashboard
- ๐งฉ Updated panel footer and various UI/UX enhancements
 
- 
๐จ Theme & UI Customization - ๐ผ๏ธ Theme settings for panel colors and layout preferences
- ๐งฉ Modular design for easy extension
- ๐๏ธ Responsive interface for all devices
- ๐ชถ Improved site logo functionality
 
- 
๐ Content Management - ๐ Blog module improvements โ stats, author filtering, and status tracking
- ๐ผ๏ธ Banner management system
- ๐ Event scheduling capabilities
 
- 
๐ Media & Menu Management - ๐ Complete media library with Filament Spatie Media
- ๐ผ๏ธ Image optimization and thumbnails
- ๐ Easy upload and organization
- ๐ Enhanced menu builder โ more locations and configuration options
 
- 
โ๏ธ System & Site Configuration - ๐งญ Clustered site settings and new site editor page
- ๐งฐ Developer-friendly tools and utilities
- ๐งพ Improved security headers, new middleware, and log channels
 
- 
๐ Localization & Translation - ๐ ป Powerful Lang Generator tool
- ๐ Updated translation system and generator improvements
- ๐ Multi-language support for global applications
 
- 
๐ง Email & Notifications - ๐ Configure mail settings on the fly
- ๐จ Customizable email templates
- ๐ User notification system
 
- 
๐ง Analytics & Insights - ๐ Laravel Trend integration for data visualization
- ๐ Traffic and user analytics
- ๐ฌ Contact Us stats dashboard widget
 
- 
๐ ๏ธ Developer Experience - 
โก Optimized performance out of the box 
- 
๐ Code editor integration 
- 
๐ Docs Plugin integration 
- 
๐งช Enhanced afterSavehooks and visibility suffix actions
- 
๐ New superdupercommands:php artisan superduper:setup php artisan superduper:permissions 
- 
๐ Various bug fixes and styling improvements 
 
- 
Getting Started
Create project with composer:
composer create-project riodwanto/superduper-filament-starter-kit
cd superduper-filament-starter-kit
Install dependencies:
composer install && npm install
Setup your project easily using:
php artisan superduper:setup
Or use quick install with defaults:
php artisan superduper:setup --default
Start your development server:
php artisan serve npm run dev
Or manually:
Setup your env:
cp .env.example .env
Run migration & seeder:
php artisan migrate php artisan db:seed
or
php artisan migrate:fresh --seed
Generate Shield permissions & policies:
php artisan shield:generate --all
One Liner:
php artisan migrate && php artisan db:seed && php artisan shield:generate --all
[Important] Bind permissions to roles:
php artisan db:seed --class=PermissionsSeeder
Generate key:
php artisan key:generate
Storage Link:
php artisan storage:link
Install dependencies:
npm install
Build :
npm run dev OR npm run build
Start development server:
php artisan serve
Now you can access with /admin path, using:
email: superadmin@starter-kit.com password: superadmin
Performance
It's recommend to run below command as suggested in Filament Documentation for improving panel perfomance.
php artisan icons:cache
Please see this Improving Filament panel performance documentation for further improvement
Language Generator
This project include lang generator.
php artisan superduper:lang-translate [from] [to]
Generator will look up files inside folder [from]. Get all variables inside the file; create a file and translate using translate.googleapis.com.
This is what the translation process looks like.
โฏ php artisan superduper:lang-translate en fr es ๐ Translate to 'fr' 3/3 [โโโโโโโโโโโโโโโโโโโโโโโโโโโโ] 100% -- โ ๐ Translate to 'es' 1/3 [โโโโโโโโโโโโโโโโโโโโโโโโโโโโ] 33% -- ๐ Processing: page.php
Usage example
- Single output
php artisan superduper:lang-translate en fr
- Multiple output
php artisan superduper:lang-translate en es ar fr pt-PT pt-BR zh-CN zh-TW
If you are using json translation
php artisan superduper:lang-translate en fr --json
Plugins
These are Filament Plugins use for this project.
Plugins Recommendation
Other recommendations for your starter, in my personal opinion:
- Rupadana - API Resources : Generate API for your Resources.
- Bezhan Salleh - Language Switch : Zero config Language Switcher plugin for Filament Panels.
- Kenepa - Resource Lock : Resource locking when other user begins editing a resource.
- Ralph J. Smit - Components : A collection of handy components.
- Tapp Network - Laravel Auditing : Resource locking when other user begins editing a resource.
- Shuvro Roy - Spatie Laravel Health : Health monitoring for Filament.
License
Filament Starter is provided under the MIT License.
If you discover a bug, please open an issue.