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
- π§βπΌ 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
-
Create project with composer:
composer create-project riodwanto/superduper-filament-starter-kit
cd superduper-filament-starter-kitInstall dependencies:
composer install && npm installSetup your project easily using:
php artisan superduper:setupOr use quick install with defaults:
php artisan superduper:setup --defaultStart your development server:
php artisan serve
npm run devOr manually:
Setup your env:
cp .env.example .envRun migration & seeder:
php artisan migrate
php artisan db:seedor
php artisan migrate:fresh --seedGenerate Shield permissions & policies:
php artisan shield:generate --allOne Liner:
php artisan migrate && php artisan db:seed && php artisan shield:generate --all[Important] Bind permissions to roles:
php artisan db:seed --class=PermissionsSeederGenerate 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: superadmin@starter-kit.com
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.

