PHPackages                             kseven/filamentpanel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. kseven/filamentpanel

ActiveProject[Admin Panels](/categories/admin)

kseven/filamentpanel
====================

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

v1.18.0(11mo ago)21MITPHPPHP ^8.2CI failing

Since May 25Pushed 11mo agoCompare

[ Source](https://github.com/ksevendev/FilamentPanel)[ Packagist](https://packagist.org/packages/kseven/filamentpanel)[ RSS](/packages/kseven-filamentpanel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (27)Versions (2)Used By (0)

 [![Starter kit logo](https://camo.githubusercontent.com/c0e1d987e45ed828eed964b3d99246a372372ff4517d17a206b24459e84f0620/68747470733a2f2f692e706f7374696d672e63632f34646a72634a58782f6c6f676f2e706e67)](https://camo.githubusercontent.com/c0e1d987e45ed828eed964b3d99246a372372ff4517d17a206b24459e84f0620/68747470733a2f2f692e706f7374696d672e63632f34646a72634a58782f6c6f676f2e706e67)[![Latest Version on Packagist](https://camo.githubusercontent.com/a73fffd77be78eaed354cfaa993fce1e11ff3d9c8953279591114227b9e0a124/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b736576656e2f66696c616d656e7470616e656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kseven/filamentpanel)[![Total Downloads](https://camo.githubusercontent.com/0d95a9bd7e0229010be2a1bee6315791b8ee229c400757fce638a4900f8ffef3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b736576656e2f66696c616d656e7470616e656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kseven/filamentpanel)

 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

[](#-features)

- 🛡️ **User &amp; Access Management**

    - [Filament Shield](#plugins-used) for comprehensive role-based access control
    - 👥 Multiple user roles with granular permissions
    - 🔐 Secure authentication workflows
- 👤 **Profile &amp; User Experience**

    - 👨🏻‍🦱 Customizable profile page from [Filament Breezy](#plugins-used)
    - 🌙 Dark/light mode switching
    - 🎭 Personalized user dashboard
- 🎨 **Theme &amp; 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](#plugins-used)
    - 🖼️ Image optimization and thumbnails
    - 📂 Easy upload and organization
- 🌍 **Localization &amp; Translation**

    - 🅻 Powerful Lang Generator tool
    - 🔄 Automated translation capabilities
    - 🌐 Multi-language support for global applications
- 📧 **Email &amp; 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 &amp; 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

[](#latest-update)

##### Version: v1.18.0

[](#version-v1180)

- 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

[Version Releases](https://github.com/ksevendev/superduper-filament-starter-kit/releases)

#### Getting Started

[](#getting-started)

Create project with this composer command:

```
composer create-project kseven/filamentpanel
```

Setup your project easily using the one of setup scripts:

```
php bin/setup.php
```

Or manually:

Setup your env:

```
cd filamentpanel
cp .env.example .env
```

Run migration &amp; seeder:

```
php artisan migrate
php artisan db:seed
```

or

```
php artisan migrate:fresh --seed
```

Run Permissions &amp; Policies:

```
php artisan shield:generate --all
```

One Liner:

```
php artisan migrate && php artisan db:seed && php artisan shield:generate --all
```

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

[](#performance)

*It's recommend to run below command as suggested in [Filament Documentation](https://filamentphp.com/docs/3.x/panels/installation#improving-filament-panel-performance) for improving panel perfomance.*

```
php artisan icons:cache
```

Please see this [Improving Filament panel performance](https://filamentphp.com/docs/3.x/panels/installation#improving-filament-panel-performance) documentation for further improvement

#### Language Generator

[](#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

[](#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

[](#if-you-are-using-json-translation)

```
php artisan superduper:lang-translate en fr --json
```

#### Plugins

[](#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

[](#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) : Resource locking when other user begins editing a resource.
- [Shuvro Roy - Spatie Laravel Health](https://filamentphp.com/plugins/shuvroroy-spatie-laravel-health) : Health monitoring for Filament.

### License

[](#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).

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance50

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

357d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/370be5a4a8a82b20f3c9a77adc97316236c3473f87419f3595b5080bf5252bf0?d=identicon)[kseven](/maintainers/kseven)

---

Top Contributors

[![ksevendev](https://avatars.githubusercontent.com/u/32661918?v=4)](https://github.com/ksevendev "ksevendev (3 commits)")

---

Tags

laravelcmslivewireUser managementdashboardseofilamentrole-based-accesslaravel-starter-kitfilament-starter-kitfilamentphptailwindcssadmin-panelalpinejsrapid-developmentMedia managementtall-stacktheme customization

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/kseven-filamentpanel/health.svg)

```
[![Health](https://phpackages.com/badges/kseven-filamentpanel/health.svg)](https://phpackages.com/packages/kseven-filamentpanel)
```

###  Alternatives

[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

2708.5k](/packages/riodwanto-superduper-filament-starter-kit)[a2insights/filament-saas

Filament Saas for A2Insights

161.1k](/packages/a2insights-filament-saas)[ercogx/laravel-filament-starter-kit

This is a Filament v3 Starter Kit for Laravel 12, designed to accelerate the development of Filament-powered applications.

401.5k](/packages/ercogx-laravel-filament-starter-kit)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
