Download the PHP package riodwanto/superduper-filament-starter-kit without Composer
On this page you can find all versions of the php package riodwanto/superduper-filament-starter-kit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download riodwanto/superduper-filament-starter-kit
More information about riodwanto/superduper-filament-starter-kit
Files in riodwanto/superduper-filament-starter-kit
Package superduper-filament-starter-kit
Short Description 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
License MIT
Informations about the package superduper-filament-starter-kit

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
-
๐ค 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
Latest update
Version: v1.19.0
- User impersonation feature for admins
- Contact Us stats dashboard widget
- Blog module improvements (stats, author filtering, status tracking)
- Enhanced menu builder with more locations and configuration
- Clustered site settings and new site editor page
- Improved site logo functionality
- Updated panel footer and various UI/UX enhancements
- Improved security headers, new middleware, and log channels
- Enhanced afterSave hooks and visibility suffix actions
- Updated translations and language generator improvements
- Various bug fixes and styling improvements
Getting Started
Create project with this composer command:
Setup your project easily using the one of setup scripts:
Or manually:
Setup your env:
Run migration & seeder:
or
Generate Shield permissions & policies:
One Liner:
bash php artisan db:seed --class=PermissionsSeeder bash php artisan key:generate bash php artisan storage:link bash npm install bash npm run dev OR npm run build bash php artisan serve bash email: [email protected] password: superadmin bash php artisan icons:cache bash php artisan superduper:lang-translate [from] [to] bash โฏ php artisan superduper:lang-translate en fr es
๐ Translate to 'fr' 3/3 [โโโโโโโโโโโโโโโโโโโโโโโโโโโโ] 100% -- โ
๐ Translate to 'es' 1/3 [โโโโโโโโโโโโโโโโโโโโโโโโโโโโ] 33% -- ๐ Processing: page.php bash php artisan superduper:lang-translate en fr bash php artisan superduper:lang-translate en es ar fr pt-PT pt-BR zh-CN zh-TW bash php artisan superduper:lang-translate en fr --json
#### Plugins
These are [Filament Plugins](https://filamentphp.com/plugins) use for this project.
| **Plugin** | **Author** |
| :-------------------------------------------------------------------------------------------------- | :-------------------------------------------------- |
| [Filament Spatie Media Library](https://github.com/filamentphp/spatie-laravel-media-library-plugin) | [Filament Official](https://github.com/filamentphp) |
| [Filament Spatie Settings](https://github.com/filamentphp/spatie-laravel-settings-plugin) | [Filament Official](https://github.com/filamentphp) |
| [Filament Spatie Tags](https://github.com/filamentphp/spatie-laravel-tags-plugin) | [Filament Official](https://github.com/filamentphp) |
| [Shield](https://github.com/bezhanSalleh/filament-shield) | [bezhansalleh](https://github.com/bezhansalleh) |
| [Exceptions](https://github.com/bezhansalleh/filament-exceptions) | [bezhansalleh](https://github.com/bezhansalleh) |
| [Breezy](https://github.com/jeffgreco13/filament-breezy) | [jeffgreco13](https://github.com/jeffgreco13) |
| [Logger](https://github.com/z3d0x/filament-logger) | [z3d0x](https://github.com/z3d0x) |
| [Ace Code Editor](https://github.com/riodwanto/filament-ace-editor) | [riodwanto](https://github.com/riodwanto) |
| [Filament media manager](https://github.com/tomatophp/filament-media-manager) | [tomatophp](https://github.com/tomatophp) |
| [Filament Menu Builder](https://github.com/datlechin/filament-menu-builder) | [datlechin](https://github.com/datlechin) |
#### Plugins Recommendation
Other recommendations for your starter, in my personal opinion:
- [Rupadana - API Resources](https://filamentphp.com/plugins/rupadana-api-service) : Generate API for your Resources.
- [Bezhan Salleh - Language Switch](https://filamentphp.com/plugins/bezhansalleh-language-switch) : Zero config Language Switcher plugin for Filament Panels.
- [Kenepa - Resource Lock](https://filamentphp.com/plugins/kenepa-resource-lock) : Resource locking when other user begins editing a resource.
- [Ralph J. Smit - Components](https://filamentphp.com/plugins/ralphjsmit-components) : A collection of handy components.
- [Tapp Network - Laravel Auditing](https://filamentphp.com/plugins/tapp-network-laravel-auditing) : Auditing package which contains a relation manager for audits that you can add to your resources.
- [Shuvro Roy - Spatie Laravel Health](https://filamentphp.com/plugins/shuvroroy-spatie-laravel-health) : Health monitoring for Filament.
<a href="https://buymeacoffee.com/riodewanto" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>
### License
Filament Starter is provided under the [MIT License](LICENSE.md).
If you discover a bug, please [open an issue](https://github.com/riodwanto/superduper-filament-starter-kit/issues).
All versions of superduper-filament-starter-kit with dependencies
bezhansalleh/filament-exceptions Version ^2.1
bezhansalleh/filament-shield Version ^3.2
codeat3/blade-fluentui-system-icons Version ^1.32
datlechin/filament-menu-builder Version 0.6.6
filament/filament Version ^3.2
filament/spatie-laravel-media-library-plugin Version ^3.2
filament/spatie-laravel-settings-plugin Version ^3.2
filament/spatie-laravel-tags-plugin Version ^3.2
flowframe/laravel-trend Version ^0.4.0
guzzlehttp/guzzle Version ^7.2
jeffgreco13/filament-breezy Version ^2.2
lab404/laravel-impersonate Version ^1.7
laravel/framework Version ^11.9
laravel/sanctum Version ^4.0
laravel/tinker Version ^2.8
league/commonmark Version ^2.4
opcodesio/log-viewer Version ^3.11
riodwanto/filament-ace-editor Version ^1.0
stichoza/google-translate-php Version ^5.2
tomatophp/filament-media-manager Version ^1.1
z3d0x/filament-logger Version ^0.7.2