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: 7 979

Dependents: 0

Suggesters: 0

Security: 0

Stars: 238

Watchers: 6

Forks: 64

Open Issues: 8

Type:project

pkg:composer/riodwanto/superduper-filament-starter-kit


README

Starter kit logo

Latest Version on Packagist Laravel Total Downloads

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 afterSave hooks and visibility suffix actions

    • ๐Ÿš€ New superduper commands:

      php artisan superduper:setup
      php artisan superduper:permissions
    • ๐Ÿž Various bug fixes and styling improvements

Version Releases

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.

Plugin Author
Filament Spatie Media Library Filament Official
Filament Spatie Settings Filament Official
Filament Spatie Tags Filament Official
Shield bezhansalleh
Exceptions bezhansalleh
Breezy jeffgreco13
Logger z3d0x
Ace Code Editor riodwanto
Filament media manager tomatophp
Filament Menu Builder datlechin

Plugins Recommendation

Other recommendations for your starter, in my personal opinion:

Buy Me A Coffee

License

Filament Starter is provided under the MIT License.

If you discover a bug, please open an issue.