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.
-
🛡️ User & Access Management
- Filament Shield for comprehensive role-based access control
- 👥 Multiple user roles with granular permissions
- 🔐 Secure authentication workflows
-
👤 Profile & User Experience
- 👨🏻🦱 Customizable profile page from Filament Breezy
- 🌙 Dark/light mode switching
- 🎭 Personalized user dashboard
-
🎨 Theme & UI Customization
- 🖼️ Theme settings for panel colors and layout preferences
- 🧩 Modular design for easy extension
- 🎚️ Responsive interface for all devices
-
🌐 Content Management
- 📝 Blog module with categories and tags
- 🖼️ Banner management system
- 📅 Event scheduling capabilities
-
📊 Media Management
- 🌌 Complete media library with Filament Spatie Media
- 🖼️ Image optimization and thumbnails
- 📂 Easy upload and organization
-
🌍 Localization & Translation
- 🅻 Powerful Lang Generator tool
- 🔄 Automated translation capabilities
- 🌐 Multi-language support for global applications
-
📧 Email & Notifications
- 💌 Configure mail settings on the fly
- 📨 Customizable email templates
- 🔔 User notification system
-
🔧 System Configuration
- ⚙️ Frontend web settings (Site Name, Scripts, etc.)
- 📝 Log viewer and error tracking
- 🧰 Developer-friendly tools
-
🔍 SEO & Analytics
- 🔎 Comprehensive SEO settings and optimization
- 📈 Laravel Trend integration for data visualization
- 📊 Traffic and user analytics
-
🛠️ Developer Experience
- ⚡ Optimized performance out of the box
- 📝 Code editor integration
- 🧪 Testing tools and infrastructure
- Front Site implementation with home and blog pages
- Updated Contact Us page
- Enhanced menu builder and configuration
- Improved email templates
- New middleware and log channels
- Updated security headers service
- Various styling and component improvements
- Site settings logo functionality
- Multiple UI/UX enhancements
Create project with this composer command:
composer create-project riodwanto/superduper-filament-starter-kitSetup your project easily using the one of setup scripts:
php bin/setup.phpOr manually:
Setup your env:
cd superduper-filament-starter-kit
cp .env.example .envRun migration & seeder:
php artisan migrate
php artisan db:seedor
php artisan migrate:fresh --seedRun Permissions & Policies:
php artisan shield:generate --allOne Liner:
php artisan migrate && php artisan db:seed && php artisan shield:generate --allGenerate key:
php artisan key:generateStorage Link:
php artisan storage:linkInstall dependencies:
npm installBuild :
npm run dev
OR
npm run buildStart development server:
php artisan serveNow you can access with /admin path, using:
email: [email protected]
password: superadminIt's recommend to run below command as suggested in Filament Documentation for improving panel perfomance.
php artisan icons:cachePlease see this Improving Filament panel performance documentation for further improvement
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- 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-TWphp artisan superduper:lang-translate en fr --jsonThese are Filament Plugins use for this project.
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.
Filament Starter is provided under the MIT License.
If you discover a bug, please open an issue.

